HomeSort by relevance Sort by last modified time
    Searched defs:copy_file (Results 1 - 14 of 14) 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,
  /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/autotest/client/site_tests/platform_PrinterPpds/
archiver.py 136 def copy_file(self, prefix, name, path_file, apply_gzip=False): member in class:Archiver
167 self.copy_file(prefix, name, path_file, apply_gzip)
  /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)
  /bootable/recovery/
fsck_unshare_blocks.cpp 44 static bool copy_file(const char* source, const char* dest) { function
131 if (!copy_file(SYSTEM_E2FSCK_BIN, TMP_E2FSCK_BIN)) {
recovery-persist.cpp 64 static void copy_file(const char* source, const char* destination) { function
193 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE);
195 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)
  /external/u-boot/tools/
mkimage.c 15 static void copy_file(int, const char *, int);
507 copy_file (ifd, file, 1);
511 copy_file (ifd, file, 0);
526 copy_file(ifd, params.datafile, pad_len);
626 copy_file (int ifd, const char *datafile, int pad) function
  /external/autotest/client/cros/faft/utils/
os_interface.py 175 def copy_file(self, from_path, to_path): member in class:OSInterface
  /external/e2fsprogs/misc/
create_inode.c 559 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, function
690 retval = copy_file(fs, fd, &statbuf, newfile);

Completed in 1279 milliseconds