Searched refs:new_string_file (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/llvm-libc/test/src/__support/File/ |
H A D | file_test.cpp | 107 StringFile *new_string_file(char *buffer, size_t buflen, int bufmode, in new_string_file() function 121 new_string_file(file_buffer, FILE_BUFFER_SIZE, _IOFBF, false, "w"); in TEST() 162 new_string_file(file_buffer_line, FILE_BUFFER_SIZE, _IOLBF, false, "w"); in TEST() 166 new_string_file(file_buffer_full, FILE_BUFFER_SIZE, _IOFBF, false, "w"); in TEST() 219 new_string_file(file_buffer, FILE_BUFFER_SIZE, _IONBF, false, "w"); in TEST() 234 new_string_file(file_buffer, FILE_BUFFER_SIZE, _IOFBF, false, "r"); in TEST() 287 new_string_file(file_buffer, FILE_BUFFER_SIZE, _IOFBF, false, "r"); in TEST() 310 new_string_file(file_buffer, FILE_BUFFER_SIZE, _IOFBF, false, "a"); in TEST() 339 new_string_file(file_buffer, FILE_BUFFER_SIZE, _IOFBF, false, "w+"); in TEST() 359 new_string_file(file_buffer, FILE_BUFFER_SIZE, _IOFBF, false, "r+"); in TEST() [all …]
|