Searched refs:ReadAndHashExtents (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/payload_consumer/ |
D | file_descriptor_utils_unittest.cc | 175 EXPECT_FALSE(fd_utils::ReadAndHashExtents(source_, extents, 4, &hash_out)); in TEST_F() 181 EXPECT_TRUE(fd_utils::ReadAndHashExtents(source_, extents, 4, nullptr)); in TEST_F() 189 EXPECT_TRUE(fd_utils::ReadAndHashExtents(source_, extents, 4, &hash_out)); in TEST_F()
|
D | file_descriptor_utils.h | 49 bool ReadAndHashExtents(
|
D | file_descriptor_utils.cc | 94 bool ReadAndHashExtents(FileDescriptorPtr source, in ReadAndHashExtents() function
|
D | delta_performer.cc | 1255 fd_utils::ReadAndHashExtents( in ChooseSourceFD() 1265 if (fd_utils::ReadAndHashExtents( in ChooseSourceFD() 1285 if (fd_utils::ReadAndHashExtents( in ChooseSourceFD()
|
/system/update_engine/ |
D | update_attempter_android.cc | 435 if (!fd_utils::ReadAndHashExtents(fd, in VerifyPayloadApplicable()
|