Searched refs:ReadFully (Results 1 – 6 of 6) sorted by relevance
71 bool readSuccess = in->ReadFully(&actual[0], actual.size()); in TEST_F()86 bool readSuccess = in->ReadFully(&actual[0], actual.size()); in TEST_F()
114 ASSERT_EQ(file->ReadFully(&image_header, sizeof(image_header)), true); in TEST_F()
76 EXPECT_FALSE(file.ReadFully(&buffer, 4)); in TEST_F()
76 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
181 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() function in unix_file::FdFile
243 const bool success = image_file->ReadFully(image_header, sizeof(ImageHeader)); in ReadSpecificImageHeader()642 bool success = file->ReadFully(&image_header, sizeof(image_header)); in Init()