Searched refs:fd_utils (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/payload_consumer/ |
D | file_descriptor_utils_unittest.cc | 85 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()
|
D | verified_source_fd.cc | 99 fd_utils::ReadAndHashExtents( in ChooseSourceFD() 112 if (fd_utils::ReadAndHashExtents( in ChooseSourceFD()
|
D | file_descriptor_utils.h | 27 namespace fd_utils {
|
D | file_descriptor_utils.cc | 39 namespace fd_utils { namespace
|
D | partition_writer.cc | 302 TEST_AND_RETURN_FALSE_ERRNO(fd_utils::ReadAndHashExtents( in ValidateSourceHash()
|
D | install_operation_executor.cc | 227 return fd_utils::CommonHashExtents( in ExecuteSourceCopyOperation()
|
/system/update_engine/aosp/ |
D | ota_extractor.cc | 140 TEST_AND_RETURN_FALSE(fd_utils::ReadAndHashExtents( in ExtractImagesFromOTA()
|
D | update_attempter_android.cc | 675 if (!fd_utils::ReadAndHashExtents(fd, in VerifyPayloadApplicable()
|