Home
last modified time | relevance | path

Searched refs:fd_utils (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/payload_consumer/
Dfile_descriptor_utils_unittest.cc85 EXPECT_FALSE(fd_utils::CopyAndHashExtents( in TEST_F()
94 EXPECT_FALSE(fd_utils::CopyAndHashExtents( in TEST_F()
106 EXPECT_FALSE(fd_utils::CopyAndHashExtents( in TEST_F()
115 EXPECT_TRUE(fd_utils::CopyAndHashExtents( in TEST_F()
129 EXPECT_TRUE(fd_utils::CopyAndHashExtents( in TEST_F()
145 EXPECT_TRUE(fd_utils::CopyAndHashExtents( in TEST_F()
173 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()
Dverified_source_fd.cc99 fd_utils::ReadAndHashExtents( in ChooseSourceFD()
112 if (fd_utils::ReadAndHashExtents( in ChooseSourceFD()
Dfile_descriptor_utils.h27 namespace fd_utils {
Dfile_descriptor_utils.cc39 namespace fd_utils { namespace
Dpartition_writer.cc302 TEST_AND_RETURN_FALSE_ERRNO(fd_utils::ReadAndHashExtents( in ValidateSourceHash()
Dinstall_operation_executor.cc227 return fd_utils::CommonHashExtents( in ExecuteSourceCopyOperation()
/system/update_engine/aosp/
Dota_extractor.cc140 TEST_AND_RETURN_FALSE(fd_utils::ReadAndHashExtents( in ExtractImagesFromOTA()
Dupdate_attempter_android.cc675 if (!fd_utils::ReadAndHashExtents(fd, in VerifyPayloadApplicable()