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

  /external/python/cpython3/Lib/distutils/
file_util.py 10 # for generating verbose output in 'copy_file()'
67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function
82 don't support it: 'copy_file()' doesn't check if hard or symbolic
174 Handles cross-device moves on Unix using 'copy_file()'. What about
213 copy_file(src, dst, verbose=verbose)
cmd.py 340 def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, member in class:Command
345 return file_util.copy_file(infile, outfile, preserve_mode,
430 self.copy_file(f, self.install_dir)
  /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)
  /external/python/cpython2/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
177 Handles cross-device moves on Unix using 'copy_file()'. What about
215 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/site_tests/files_CopyFileToGoogleDriveUI/
files_CopyFileToGoogleDriveUI.py 187 def copy_file(self, driver, source, destination, file_name, clean=True): member in class:files_CopyFileToGoogleDriveUI
319 self.copy_file(driver, source, GOOGLE_DRIVE, file_name)
  /bootable/recovery/applypatch/
applypatch.cpp 527 FileContents copy_file; local
528 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &copy_file) < 0) {
533 int to_use = FindMatchingPatch(copy_file.sha1, patch_sha1_str);
539 return GenerateTarget(copy_file, patch_data[to_use], target_filename, target_sha1, bonus_data);
  /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 195 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, function in namespace:android
353 int copyres = copy_file(fh, src, size, NULL, fullPath);
580 int copyres = copy_file(dest, fh, size, path, NULL);
  /external/e2fsprogs/misc/
create_inode.c 552 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, function
683 retval = copy_file(fs, fd, &statbuf, newfile);
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 2750 copy_file (const char *input_filename, const char *output_filename, function
    [all...]

Completed in 552 milliseconds