Searched defs:ReadString (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/unix_file/
H A Drandom_access_file_test.h53 // TODO(enh): ReadString (and WriteString) might be generally useful.
54 static bool ReadString(RandomAccessFile* f, std::string* s) { function in class:unix_file::RandomAccessFileTest
125 ASSERT_TRUE(ReadString(file.get(), &new_content));
132 ASSERT_TRUE(ReadString(file.get(), &new_content));
151 ASSERT_TRUE(ReadString(file.get(), &new_content));
164 ASSERT_TRUE(ReadString(file.get(), &new_content));

Completed in 3048 milliseconds