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.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()
Dfile_descriptor_utils.h37 bool CopyAndHashExtents(
Dpartition_writer.cc399 fd_utils::CopyAndHashExtents(source_fd_, in PerformSourceCopyOperation()
406 read_ok = fd_utils::CopyAndHashExtents(source_fd_, in PerformSourceCopyOperation()
433 fd_utils::CopyAndHashExtents(source_ecc_fd_, in PerformSourceCopyOperation()
441 fd_utils::CopyAndHashExtents(source_ecc_fd_, in PerformSourceCopyOperation()
461 fd_utils::CopyAndHashExtents(source_ecc_fd_, in PerformSourceCopyOperation()
469 TEST_AND_RETURN_FALSE(fd_utils::CopyAndHashExtents(source_fd_, in PerformSourceCopyOperation()
Dfile_descriptor_utils.cc79 bool CopyAndHashExtents(FileDescriptorPtr source, in CopyAndHashExtents() function