HomeSort by relevance Sort by last modified time
    Searched defs:copy_file (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
file_util.py 12 # for generating verbose output in 'copy_file()'
71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
87 don't support it: 'copy_file()' doesn't check if hard or symbolic
169 Handles cross-device moves on Unix using 'copy_file()'. What about
207 copy_file(src, dst, verbose=verbose)
cmd.py 354 def copy_file(self, infile, outfile, member in class:Command
360 return file_util.copy_file(
453 self.copy_file(f, self.install_dir)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
file_util.py 12 # for generating verbose output in 'copy_file()'
71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
87 don't support it: 'copy_file()' doesn't check if hard or symbolic
169 Handles cross-device moves on Unix using 'copy_file()'. What about
207 copy_file(src, dst, verbose=verbose)
cmd.py 354 def copy_file(self, infile, outfile, member in class:Command
360 return file_util.copy_file(
453 self.copy_file(f, self.install_dir)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
file_util.py 12 # for generating verbose output in 'copy_file()'
71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
87 don't support it: 'copy_file()' doesn't check if hard or symbolic
169 Handles cross-device moves on Unix using 'copy_file()'. What about
207 copy_file(src, dst, verbose=verbose)
cmd.py 354 def copy_file(self, infile, outfile, member in class:Command
360 return file_util.copy_file(
453 self.copy_file(f, self.install_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 12 # for generating verbose output in 'copy_file()'
71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
87 don't support it: 'copy_file()' doesn't check if hard or symbolic
169 Handles cross-device moves on Unix using 'copy_file()'. What about
207 copy_file(src, dst, verbose=verbose)
cmd.py 354 def copy_file(self, infile, outfile, member in class:Command
360 return file_util.copy_file(
453 self.copy_file(f, self.install_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 12 # for generating verbose output in 'copy_file()'
71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
87 don't support it: 'copy_file()' doesn't check if hard or symbolic
169 Handles cross-device moves on Unix using 'copy_file()'. What about
207 copy_file(src, dst, verbose=verbose)
cmd.py 354 def copy_file(self, infile, outfile, member in class:Command
360 return file_util.copy_file(
453 self.copy_file(f, self.install_dir)
  /external/selinux/libsemanage/utils/
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))
  /bootable/recovery/
recovery-persist.cpp 61 static void copy_file(const char* source, const char* destination) { function
163 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE);
165 copy_file(ALT_LAST_CONSOLE_FILE, LAST_KMSG_FILE);
  /build/make/tools/atree/
fs.cpp 136 copy_file(const string& src, const string& dst) function
  /external/autotest/client/cros/faft/utils/
os_interface.py 175 def copy_file(self, from_path, to_path): member in class:OSInterface
  /frameworks/native/cmds/rawbu/
backup.cpp 196 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, function in namespace:android
354 int copyres = copy_file(fh, src, size, NULL, fullPath);
581 int copyres = copy_file(dest, fh, size, path, NULL);
  /bootable/recovery/applypatch/
applypatch.cpp 548 FileContents copy_file; local
549 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file) < 0) {
554 int to_use = FindMatchingPatch(copy_file.sha1, patch_sha1_str);
560 return GenerateTarget(copy_file, patch_data[to_use], target_filename, target_sha1, bonus_data);
  /external/e2fsprogs/debugfs/
create_inode.c 541 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, function
672 retval = copy_file(fs, fd, &statbuf, newfile);
  /external/e2fsprogs/misc/
create_inode.c 541 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, function
672 retval = copy_file(fs, fd, &statbuf, newfile);
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 2465 copy_file (const char *input_filename, const char *output_filename, function
    [all...]

Completed in 3547 milliseconds