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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 118 '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,
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/
dir_util.py 118 '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,
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/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file namespace
74 copy_file(foo, dst_dir)
setuptools_build_ext.py 9 from distutils.file_util import copy_file namespace
67 copy_file(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file namespace
74 copy_file(foo, dst_dir)
setuptools_build_ext.py 9 from distutils.file_util import copy_file namespace
67 copy_file(
  /build/tools/atree/
fs.cpp 136 copy_file(const string& src, const string& dst) function
  /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))
  /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.c 38 FileContents* copy_file,
733 FileContents copy_file; local
735 copy_file.data = NULL;
776 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file) < 0) {
782 int to_use = FindMatchingPatch(copy_file.sha1,
791 free(copy_file.data);
797 &copy_file, copy_patch_value,
801 free(copy_file.data);
808 FileContents* copy_file,
914 source_to_use = copy_file;
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes) function
    [all...]

Completed in 1250 milliseconds