HomeSort by: relevance | last modified time | path
    Searched refs:helloworld_txt (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_rar5.c 135 const char helloworld_txt[] = "hello libarchive test suite!\n"; local
136 la_ssize_t file_size = sizeof(helloworld_txt) - 1;
149 assertEqualMem(buff, helloworld_txt, file_size);

Completed in 21 milliseconds