Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 – 16 of 16) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py48 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(
Dos_interface.py175 def copy_file(self, from_path, to_path): member in OSInterface
/external/v8/build/toolchain/mac/
Dcopy_bundle_data.py60 def copy_file(source, dest): function
95 copy_file(args.source, args.dest)
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store23 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/
Dnone.gyp17 'rule_name': 'copy_file',
Dboth_rule_and_action_input.gyp20 'rule_name': 'copy_file',
/external/v8/tools/gyp/test/rules/src/subdir1/
Dexecutable.gyp18 'rule_name': 'copy_file',
/external/v8/tools/gyp/test/rules/src/subdir3/
Dexecutable2.gyp21 'rule_name': 'copy_file',
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D15-timezone34 if copy_file "$zone_file" "$localtime"; then
/external/v8/tools/gyp/test/rules/src/external/
Dexternal.gyp28 'rule_name': 'copy_file',
/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp80 if (std::error_code EC = fs::copy_file(AbsoluteSrc, Dest)) in copyToRoot()
/external/dhcpcd-6.8.2/
Ddhcpcd-run-hooks.in150 copy_file()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp65 if (std::error_code EC = sys::fs::copy_file(From, OutputFileName)) { in generateUniversalBinary()
/external/llvm/include/llvm/Support/
DFileSystem.h353 std::error_code copy_file(const Twine &From, const Twine &To);
/external/e2fsprogs/debugfs/
Ddebugfs.c1578 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/
DPath.cpp866 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function