Searched refs:CopyFile (Results 1 – 7 of 7) sorted by relevance
/system/server_configurable_flags/aconfigd/ |
D | aconfigd_test.cpp | 81 CopyFile(package_map_file, package_map, 0444); in ContainerMock() 82 CopyFile(flag_map_file, flag_map, 0444); in ContainerMock() 83 CopyFile(flag_val_file, flag_val, 0444); in ContainerMock() 458 ASSERT_TRUE(CopyFile(updated_package_map_, c_mock.package_map, 0444).ok()); in TEST_F() 459 ASSERT_TRUE(CopyFile(updated_flag_map_, c_mock.flag_map, 0444).ok()); in TEST_F() 460 ASSERT_TRUE(CopyFile(updated_flag_val_, c_mock.flag_val, 0444).ok()); in TEST_F() 567 ASSERT_TRUE(CopyFile(updated_package_map_, c_mock.package_map, 0444).ok()); in TEST_F() 568 ASSERT_TRUE(CopyFile(updated_flag_map_, c_mock.flag_map, 0444).ok()); in TEST_F() 569 ASSERT_TRUE(CopyFile(updated_flag_val_, c_mock.flag_val, 0444).ok()); in TEST_F() 641 ASSERT_TRUE(CopyFile(updated_package_map_, c_mock.package_map, 0444).ok()); in TEST_F() [all …]
|
D | aconfigd_util.h | 35 base::Result<void> CopyFile(const std::string& src,
|
D | aconfigd_util.cpp | 58 Result<void> CopyFile(const std::string& src, const std::string& dst, mode_t mode) { in CopyFile() function
|
D | storage_files.cpp | 81 auto copy_result = CopyFile(package_map, storage_record_.persist_package_map, 0444); in StorageFiles() 89 copy_result = CopyFile(flag_map, storage_record_.persist_flag_map, 0444); in StorageFiles() 97 copy_result = CopyFile(flag_val, storage_record_.persist_flag_val, 0644); in StorageFiles() 846 auto copy = CopyFile( in CreateBootStorageFiles() 850 copy = CopyFile( in CreateBootStorageFiles()
|
/system/apex/apexer/ |
D | apexer.py | 757 def CopyFile(src, dst): function 791 CopyFile(args.manifest_json, 793 CopyFile(args.manifest_json,
|
/system/update_engine/payload_consumer/ |
D | delta_performer_integration_test.cc | 401 base::CopyFile(GetBuildArtifactsPath().Append("gen/disk_ext2_4k.img"), in GenerateDeltaFile() 452 base::CopyFile(GetBuildArtifactsPath().Append("gen/disk_ext2_4k.img"), in GenerateDeltaFile() 460 ASSERT_TRUE(base::CopyFile(mnt_path.Append("regular-small"), in GenerateDeltaFile() 489 base::CopyFile(mnt_path.Append("regular-16k"), mnt_path.Append("tmp"))); in GenerateDeltaFile()
|
/system/update_engine/common/ |
D | utils_unittest.cc | 379 EXPECT_TRUE(base::CopyFile( in TEST()
|