Home
last modified time | relevance | path

Searched refs:ReadFully (Results 1 – 9 of 9) sorted by relevance

/art/compiler/linker/
Doutput_stream_test.cc74 bool readSuccess = in->ReadFully(&actual[0], actual.size()); in TEST_F()
89 bool readSuccess = in->ReadFully(&actual[0], actual.size()); in TEST_F()
/art/runtime/gc/space/
Dimage_space_fs.h138 if (!file->ReadFully(&num_failed_boots, sizeof(num_failed_boots))) { in MarkZygoteStart()
Dimage_space.cc228 const bool success = image_file->ReadFully(image_header, sizeof(ImageHeader)); in ReadSpecificImageHeader()
538 bool success = file->ReadFully(image_header, sizeof(*image_header)); in Init()
/art/runtime/base/unix_file/
Dfd_file.h124 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
Dfd_file.cc259 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() function in unix_file::FdFile
332 if (!input_file->ReadFully(buffer.get(), chunk_size) || in Copy()
Dfd_file_test.cc78 EXPECT_FALSE(file.ReadFully(&buffer, 4)); in TEST_F()
/art/compiler/
Dimage_test.cc130 CHECK_EQ(file->ReadFully(&image_header, sizeof(image_header)), true); in GetImageObjectSectionSizes()
393 ASSERT_EQ(file->ReadFully(&image_header, sizeof(image_header)), true); in TestWriteRead()
Doat_writer.cc2319 if (!file->ReadFully(&raw_header, sizeof(DexFile::Header))) { in ReadDexFileHeader()
/art/dex2oat/
Ddex2oat_test.cc664 const bool success = file->ReadFully(&image_header, sizeof(image_header)); in GetImageSize()
790 bool success = file->ReadFully(&image_header, sizeof(image_header)); in CheckResult()