Searched refs: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
127 ASSERT_TRUE(ReadString(file.get(), &new_content));
134 ASSERT_TRUE(ReadString(file.get(), &new_content));
155 ASSERT_TRUE(ReadString(file.get(), &new_content));
168 ASSERT_TRUE(ReadString(file.get(), &new_content));

Completed in 57 milliseconds