Home
last modified time | relevance | path

Searched refs:CopyAndHashExtents (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_consumer/
Dfile_descriptor_utils_unittest.cc87 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()
Dfile_descriptor_utils.h37 bool CopyAndHashExtents(
Dfile_descriptor_utils.cc79 bool CopyAndHashExtents(FileDescriptorPtr source, in CopyAndHashExtents() function
Ddelta_performer.cc1139 fd_utils::CopyAndHashExtents(source_fd_, in PerformSourceCopyOperation()
1146 read_ok = fd_utils::CopyAndHashExtents(source_fd_, in PerformSourceCopyOperation()
1173 fd_utils::CopyAndHashExtents(source_ecc_fd_, in PerformSourceCopyOperation()
1181 fd_utils::CopyAndHashExtents(source_ecc_fd_, in PerformSourceCopyOperation()
1201 fd_utils::CopyAndHashExtents(source_ecc_fd_, in PerformSourceCopyOperation()
1209 TEST_AND_RETURN_FALSE(fd_utils::CopyAndHashExtents(source_fd_, in PerformSourceCopyOperation()