Searched refs:copy_file (Results 1 – 6 of 6) sorted by relevance
/build/make/tools/atree/ |
D | fs.h | 10 int copy_file(const string& src, const string& dst);
|
D | fs.cpp | 136 copy_file(const string& src, const string& dst) in copy_file() function
|
D | atree.cpp | 320 err = copy_file(it->sourcePath, it->outPath); in main()
|
/build/make/tools/aconfig/aconfig_storage_read_api/tests/ |
D | storage_read_api_test.cpp | 35 Result<void> copy_file(std::string const& src_file, in copy_file() function in AconfigStorageTest 58 copy_file(test_dir + "/package.map", package_map); in SetUp() 59 copy_file(test_dir + "/flag.map", flag_map); in SetUp() 60 copy_file(test_dir + "/flag.val", flag_val); in SetUp() 61 copy_file(test_dir + "/flag.info", flag_info); in SetUp()
|
/build/bazel_common_rules/dist/ |
D | BUILD | 12 "@bazel_skylib//rules:copy_file",
|
D | dist.bzl | 5 load("@bazel_skylib//rules:copy_file.bzl", "copy_file") 180 copy_file(
|