Searched refs:str_close (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/__support/File/ |
| H A D | file_test.cpp | 30 static int str_close(__llvm_libc::File *f) { return 0; } in str_close() function in StringFile 36 : __llvm_libc::File(&str_write, &str_read, &str_seek, &str_close, in StringFile() 46 File::init(this, &str_write, &str_read, &str_seek, &str_close, &str_flush, in init()
|