Searched defs:Read (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ | ||
D | gc_root-inl.h | 28 inline MirrorType* GcRoot<MirrorType>::Read() const { in Read() function |
/art/runtime/base/unix_file/ | ||
D | string_file_test.cc | 30 TEST_F(StringFileTest, Read) { in TEST_F() argument |
D | null_file.cc | 36 int64_t NullFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() function in unix_file::NullFile |
D | string_file.cc | 38 int64_t StringFile::Read(char *buf, int64_t byte_count, int64_t offset) const { in Read() function in unix_file::StringFile |
D | null_file_test.cc | 27 TEST_F(NullFileTest, Read) { in TEST_F() argument |
D | fd_file_test.cc | 31 TEST_F(FdFileTest, Read) { in TEST_F() argument |
D | mapped_file.cc | 112 int64_t MappedFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() function in unix_file::MappedFile |
D | fd_file.cc | 138 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() function in unix_file::FdFile |