HomeSort by relevance Sort by last modified time
    Searched refs:copy_file (Results 1 - 25 of 45) sorted by null

1 2

  /build/tools/atree/
fs.h 10 int copy_file(const string& src, const string& dst);
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 70 proc copy_file {filename} {
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} {
81 copy_file tsrc/$hdr
112 copy_file tsrc/$file
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3internalh.tcl 95 proc copy_file {filename} {
106 copy_file tsrc/$hdr
142 copy_file tsrc/$file
restore_jrnl.tcl 48 proc copy_file {from to} {
163 copy_file $db_name $db_name.org
164 copy_file $jrnl_name $jrnl_name.org
mksqlite3c.tcl 136 proc copy_file {filename} {
156 copy_file tsrc/$hdr
312 copy_file tsrc/$file
  /system/core/toolbox/upstream-netbsd/bin/cp/
extern.h 53 int copy_file(FTSENT *, int);
cp.c 448 if (copy_file(curr, dne))
523 if (copy_file(curr, dne))
531 if (copy_file(curr, dne))
535 if (copy_file(curr, dne))
  /external/oprofile/libutil++/
file_manip.h 20 * copy_file - copy a file.
27 bool copy_file(std::string const & source, std::string const & destination);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 42 (out, _) = self.copy_file(header, self.install_dir)
install_data.py 54 (out, _) = self.copy_file(f, self.install_dir)
74 (out, _) = self.copy_file(data, dir)
build_scripts.py 115 self.copy_file(script, outfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 42 (out, _) = self.copy_file(header, self.install_dir)
install_data.py 54 (out, _) = self.copy_file(f, self.install_dir)
74 (out, _) = self.copy_file(data, dir)
build_scripts.py 115 self.copy_file(script, outfile)
  /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)
  /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)
  /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/chromium_org/tools/code_coverage/
croc_html.py 417 for copy_file in copy_files:
418 print ' Copying %s' % copy_file
419 shutil.copyfile(os.path.join(src_dir, copy_file),
420 os.path.join(self.output_root, copy_file))
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 103 if (std::error_code EC = fs::copy_file(AbsoluteSrc.str(), Dest.str()))
  /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)

Completed in 1496 milliseconds

1 2