Searched refs:copy_file (Results 1 – 16 of 16) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | firmware_updater.py | 48 self.os_if.copy_file(original_shellball, working_shellball) 94 self.os_if.copy_file('%s' % os.path.join(self._temp_path, 'output.bin'), 106 self.os_if.copy_file(
|
D | os_interface.py | 175 def copy_file(self, from_path, to_path): member in OSInterface
|
/external/v8/build/toolchain/mac/ |
D | copy_bundle_data.py | 60 def copy_file(source, dest): function 95 copy_file(args.source, args.dest)
|
/external/selinux/libsemanage/utils/ |
D | semanage_migrate_store | 23 def copy_file(src, dst): function 74 copy_file(os.path.join(root, name), "%s/%s/hll" % (bottomdir, file)) 123 copy_file(os.path.join(root, name), os.path.join(newstore, newname))
|
/external/v8/tools/gyp/test/rules/src/subdir2/ |
D | none.gyp | 17 'rule_name': 'copy_file',
|
D | both_rule_and_action_input.gyp | 20 'rule_name': 'copy_file',
|
/external/v8/tools/gyp/test/rules/src/subdir1/ |
D | executable.gyp | 18 'rule_name': 'copy_file',
|
/external/v8/tools/gyp/test/rules/src/subdir3/ |
D | executable2.gyp | 21 'rule_name': 'copy_file',
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 15-timezone | 34 if copy_file "$zone_file" "$localtime"; then
|
/external/v8/tools/gyp/test/rules/src/external/ |
D | external.gyp | 28 'rule_name': 'copy_file',
|
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 80 if (std::error_code EC = fs::copy_file(AbsoluteSrc, Dest)) in copyToRoot()
|
/external/dhcpcd-6.8.2/ |
D | dhcpcd-run-hooks.in | 150 copy_file()
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 65 if (std::error_code EC = sys::fs::copy_file(From, OutputFileName)) { in generateUniversalBinary()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 353 std::error_code copy_file(const Twine &From, const Twine &To);
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes) in copy_file() function 1747 retval = copy_file(fd, newfile, bufsize, make_holes); in do_write()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 866 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function
|