Home
last modified time | relevance | path

Searched refs:ReadAndHashExtents (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dfile_descriptor_utils_unittest.cc173 EXPECT_FALSE(fd_utils::ReadAndHashExtents(source_, extents, 4, &hash_out)); in TEST_F()
179 EXPECT_TRUE(fd_utils::ReadAndHashExtents(source_, extents, 4, nullptr)); in TEST_F()
187 EXPECT_TRUE(fd_utils::ReadAndHashExtents(source_, extents, 4, &hash_out)); in TEST_F()
H A Dpartition_writer.cc397 fd_utils::ReadAndHashExtents( in PerformSourceCopyOperation()
430 TEST_AND_RETURN_FALSE(fd_utils::ReadAndHashExtents( in PerformSourceCopyOperation()
551 fd_utils::ReadAndHashExtents( in ChooseSourceFD()
561 if (fd_utils::ReadAndHashExtents( in ChooseSourceFD()
581 if (fd_utils::ReadAndHashExtents( in ChooseSourceFD()
H A Dfile_descriptor_utils.h49 bool ReadAndHashExtents(
H A Dfile_descriptor_utils.cc94 bool ReadAndHashExtents(FileDescriptorPtr source, in ReadAndHashExtents() function
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.cc527 if (!fd_utils::ReadAndHashExtents(fd, in VerifyPayloadApplicable()