Home
last modified time | relevance | path

Searched refs:CopyFile (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc409 base::CopyFile(GetBuildArtifactsPath().Append("gen/disk_ext2_4k.img"), in GenerateDeltaFile()
460 base::CopyFile(GetBuildArtifactsPath().Append("gen/disk_ext2_4k.img"), in GenerateDeltaFile()
468 EXPECT_TRUE(base::CopyFile(mnt_path.Append("regular-small"), in GenerateDeltaFile()
497 base::CopyFile(mnt_path.Append("regular-16k"), mnt_path.Append("tmp"))); in GenerateDeltaFile()
/system/update_engine/common/
Dutils_unittest.cc383 EXPECT_TRUE(base::CopyFile( in TEST()
/system/apex/apexd/
Dapexservice_test.cpp565 Result<void> CopyFile(const std::string& from, const std::string& to, in CopyFile() function
2861 ASSERT_RESULT_OK(CopyFile(kSystemPath, backup_path, fs::copy_options::none)); in TEST_F()
2868 auto ret = CopyFile(backup_path, kSystemPath, in TEST_F()
2880 ASSERT_RESULT_OK(CopyFile(installer.test_file, kSystemPath, in TEST_F()
2904 ASSERT_RESULT_OK(CopyFile(installer2.test_file, in TEST_F()