Searched refs:StringFile (Results 1 – 5 of 5) sorted by relevance
24 StringFile::StringFile() { in StringFile() function in unix_file::StringFile27 StringFile::~StringFile() { in ~StringFile()30 int StringFile::Close() { in Close()34 int StringFile::Flush() { in Flush()38 int64_t StringFile::Read(char *buf, int64_t byte_count, int64_t offset) const { in Read()54 int StringFile::SetLength(int64_t new_length) { in SetLength()62 int64_t StringFile::GetLength() const { in GetLength()66 int64_t StringFile::Write(const char *buf, int64_t byte_count, int64_t offset) { in Write()90 void StringFile::Assign(const art::StringPiece &new_data) { in Assign()94 const art::StringPiece StringFile::ToStringPiece() const { in ToStringPiece()
34 class StringFile : public RandomAccessFile {36 StringFile();37 virtual ~StringFile();54 DISALLOW_COPY_AND_ASSIGN(StringFile);
27 StringFile src; in TEST_F()28 StringFile dst; in TEST_F()41 StringFile dst; in TEST_F()46 StringFile src; in TEST_F()
26 return new StringFile; in MakeTestFile()
40 StringFile src; in SetUp()142 StringFile buffer; in TEST_F()