Home
last modified time | relevance | path

Searched refs: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
36 delete reinterpret_cast<StringFile *>(f); in str_close()
41 explicit StringFile(char *buffer, size_t buflen, int bufmode, bool owned, in StringFile() function in StringFile
67 FileIOResult StringFile::str_read(LIBC_NAMESPACE::File *f, void *data, in str_read()
69 StringFile *sf = static_cast<StringFile *>(f); in str_read()
79 FileIOResult StringFile::str_write(LIBC_NAMESPACE::File *f, const void *data, in str_write()
81 StringFile *sf = static_cast<StringFile *>(f); in str_write()
95 ErrorOr<off_t> StringFile::str_seek(LIBC_NAMESPACE::File *f, off_t offset, in str_seek()
97 StringFile *sf = static_cast<StringFile *>(f); in str_seek()
107 StringFile *new_string_file(char *buffer, size_t buflen, int bufmode, in new_string_file()
[all …]