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

/art/runtime/base/unix_file/
H A Dstring_file.h34 class StringFile : public RandomAccessFile { class in namespace:unix_file
36 StringFile();
37 virtual ~StringFile();
54 DISALLOW_COPY_AND_ASSIGN(StringFile);
H A Dstring_file.cc24 StringFile::StringFile() { function in class:unix_file::StringFile
27 StringFile::~StringFile() {
30 int StringFile::Close() {
34 int StringFile::Flush() {
38 int64_t StringFile::Read(char *buf, int64_t byte_count, int64_t offset) const {
54 int StringFile::SetLength(int64_t new_length) {
62 int64_t StringFile::GetLength() const {
66 int64_t StringFile
[all...]

Completed in 243 milliseconds