/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} { 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/ |
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
|
mksqlite3c.tcl | 136 proc copy_file {filename} { procedure 156 copy_file tsrc/$hdr 312 copy_file tsrc/$file
|
/system/core/toolbox/cp/ |
extern.h | 53 int copy_file(FTSENT *, int);
|
cp.c | 452 if (copy_file(curr, dne)) 527 if (copy_file(curr, dne)) 535 if (copy_file(curr, dne)) 539 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 | 37 FileContents* copy_file, 725 FileContents copy_file; local 727 copy_file.data = NULL; 770 if (LoadFileContents(CACHE_TEMP_SOURCE, ©_file, 777 int to_use = FindMatchingPatch(copy_file.sha1, 786 free(copy_file.data); 792 ©_file, copy_patch_value, 796 free(copy_file.data); 803 FileContents* copy_file, 909 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/linux-tools-perf/util/ |
trace-event-info.c | 214 static unsigned long long copy_file(const char *file) function 356 check_size = copy_file(format); 454 check_size = copy_file(path); 477 check_size = copy_file(path);
|
/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)
|