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

  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 70 proc copy_file {filename} { procedure
81 copy_file tsrc/$hdr
113 copy_file tsrc/$file
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 70 proc copy_file {filename} { procedure
81 copy_file tsrc/$hdr
112 copy_file tsrc/$file
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl 136 proc copy_file {filename} { procedure
156 copy_file tsrc/$hdr
312 copy_file tsrc/$file
mksqlite3internalh.tcl 95 proc copy_file {filename} { procedure
106 copy_file tsrc/$hdr
142 copy_file tsrc/$file
restore_jrnl.tcl 48 proc copy_file {from to} { procedure
163 copy_file $db_name $db_name.org
164 copy_file $jrnl_name $jrnl_name.org
  /external/chromium_org/chrome/installer/mac/
dirpatcher.sh 176 copy_file() { function
211 operation="copy_file"
  /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)
  /external/oprofile/libutil++/
file_manip.cpp 33 bool copy_file(string const & source, string const & destination) function
  /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 143 copy_file(const string& src, const string& dst) function
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 22 # copy_file FROM TO
1212 proc copy_file {from to} { procedure
    [all...]
  /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);
  /system/core/toolbox/upstream-netbsd/bin/cp/
utils.c 106 copy_file(FTSENT *entp, int dne) function
  /bootable/recovery/applypatch/
applypatch.c 38 FileContents* copy_file,
730 FileContents copy_file; local
732 copy_file.data = NULL;
773 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file) < 0) {
779 int to_use = FindMatchingPatch(copy_file.sha1,
788 free(copy_file.data);
794 &copy_file, copy_patch_value,
798 free(copy_file.data);
805 FileContents* copy_file,
911 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 700 milliseconds