Searched refs:CopyFile (Results 1 – 4 of 4) sorted by relevance
26 TEST_F(RandomAccessFileUtilsTest, CopyFile) { in TEST_F() argument35 ASSERT_TRUE(CopyFile(src, &dst)); in TEST_F()42 ASSERT_FALSE(CopyFile(src, &dst)); in TEST_F()53 ASSERT_FALSE(CopyFile(src, &dst)); in TEST_F()
26 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst);
23 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) { in CopyFile() function
42 ASSERT_TRUE(CopyFile(src, &dst)); in SetUp()130 ASSERT_TRUE(CopyFile(new_file, &buffer)); in TEST_F()