Searched refs:fd_utils (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/payload_consumer/ |
D | file_descriptor_utils_unittest.cc | 87 EXPECT_FALSE(fd_utils::CopyAndHashExtents( in TEST_F() 96 EXPECT_FALSE(fd_utils::CopyAndHashExtents( in TEST_F() 108 EXPECT_FALSE(fd_utils::CopyAndHashExtents( in TEST_F() 117 EXPECT_TRUE(fd_utils::CopyAndHashExtents( in TEST_F() 131 EXPECT_TRUE(fd_utils::CopyAndHashExtents( in TEST_F() 147 EXPECT_TRUE(fd_utils::CopyAndHashExtents( in TEST_F() 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 | 26 namespace fd_utils {
|
D | file_descriptor_utils.cc | 77 namespace fd_utils { namespace
|
D | delta_performer.cc | 1184 bool read_ok = fd_utils::CopyAndHashExtents(source_fd_, in PerformSourceCopyOperation() 1206 TEST_AND_RETURN_FALSE(fd_utils::CopyAndHashExtents(source_ecc_fd_, in PerformSourceCopyOperation() 1224 fd_utils::CopyAndHashExtents(source_ecc_fd_, in PerformSourceCopyOperation() 1232 TEST_AND_RETURN_FALSE(fd_utils::CopyAndHashExtents(source_fd_, in PerformSourceCopyOperation() 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()
|