Home
last modified time | relevance | path

Searched defs:StringFile (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/__support/File/
H A Dfile_test.cpp23 class StringFile : public File { class
41 explicit StringFile(char *buffer, size_t buflen, int bufmode, bool owned, in StringFile() function in StringFile