Searched defs:copy_file (Results 1 - 14 of 14) sorted by relevance

/external/python/cpython2/Lib/distutils/
H A Ddir_util.py118 'copy_file'; note that they only apply to regular files, not to
122 'update' and 'verbose' are the same as for 'copy_file'.
124 from distutils.file_util import copy_file namespace
165 copy_file(src_name, dst_name, preserve_mode,
H A Dfile_util.py12 # 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)
H A Dcmd.py354 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/cpython3/Lib/distutils/
H A Ddir_util.py114 'copy_file'; note that they only apply to regular files, not to
118 'update' and 'verbose' are the same as for 'copy_file'.
120 from distutils.file_util import copy_file namespace
161 copy_file(src_name, dst_name, preserve_mode,
H A Dfile_util.py10 # 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)
H A Dcmd.py340 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)
H A Dutil.py515 from distutils.file_util import copy_file namespace
534 res = copy_file(os.path.join(src, filename), outname, update=1)
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_file_util.py7 from distutils.file_util import move_file, copy_file namespace
84 copy_file(self.source, self.target, link='hard')
93 # If hard linking fails, copy_file() falls back on copying file
100 copy_file(self.source, self.target, link='hard')
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_file_util.py6 from distutils.file_util import move_file, write_file, copy_file namespace
79 copy_file(foo, dst_dir)
87 copy_file(self.source, self.target, link='hard')
97 # If hard linking fails, copy_file() falls back on copying file
108 copy_file(self.source, self.target, link='hard')
H A Dsetuptools_build_ext.py9 from distutils.file_util import copy_file namespace
67 copy_file(
/external/selinux/libsemanage/utils/
H A 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/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/
H A Dfiles_CopyFileToGoogleDriveUI.py187 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/autotest/client/cros/faft/utils/
H A Dos_interface.py175 def copy_file(self, from_path, to_path): member in class:OSInterface
/external/e2fsprogs/misc/
H A Dcreate_inode.c552 static errcode_t copy_file(ext2_filsys fs, int fd, struct stat *statbuf, function
683 retval = copy_file(fs, fd, &statbuf, newfile);

Completed in 1284 milliseconds