Searched refs:CopyAndHashExtents (Results 1 – 4 of 4) sorted by relevance
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()
37 bool CopyAndHashExtents(
399 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()
79 bool CopyAndHashExtents(FileDescriptorPtr source, in CopyAndHashExtents() function