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

/art/runtime/
H A Dgc_root-inl.h28 inline MirrorType* GcRoot<MirrorType>::Read() const { function in class:art::GcRoot
/art/runtime/base/unix_file/
H A Dnull_file.cc36 int64_t NullFile::Read(char* buf, int64_t byte_count, int64_t offset) const { function in class:unix_file::NullFile
H A Dstring_file.cc38 int64_t StringFile::Read(char *buf, int64_t byte_count, int64_t offset) const { function in class:unix_file::StringFile
H A Dmapped_file.cc112 int64_t MappedFile::Read(char* buf, int64_t byte_count, int64_t offset) const { function in class:unix_file::MappedFile
125 return FdFile::Read(buf, byte_count, offset);
H A Dfd_file.cc138 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { function in class:unix_file::FdFile

Completed in 183 milliseconds