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

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
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)
  /build/tools/atree/
fs.cpp 143 copy_file(const string& src, const string& dst) function
atree.cpp 320 err = copy_file(it->sourcePath, it->outPath);
  /external/chromium_org/chrome/installer/mac/
dirpatcher.sh 176 copy_file() { function
211 operation="copy_file"
  /external/oprofile/libutil++/
file_manip.cpp 33 bool copy_file(string const & source, string const & destination) function
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 314 self.copy_file(source, source_dir)
318 self.copy_file(self.icon, source_dir)
build_py.py 69 # XXX copy_file by default preserves atime and mtime. IMHO this is
75 # XXX copy_file by default preserves mode, which appears to be the
140 self.copy_file(os.path.join(src_dir, filename), target,
341 return self.copy_file(module_file, outfile, preserve_mode=0)
sdist.py 439 self.copy_file(file, dest, link=link)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
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/command/
bdist_rpm.py 314 self.copy_file(source, source_dir)
318 self.copy_file(self.icon, source_dir)
build_py.py 69 # XXX copy_file by default preserves atime and mtime. IMHO this is
75 # XXX copy_file by default preserves mode, which appears to be the
140 self.copy_file(os.path.join(src_dir, filename), target,
341 return self.copy_file(module_file, outfile, preserve_mode=0)
sdist.py 439 self.copy_file(file, dest, link=link)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 9 from distutils.file_util import copy_file namespace
67 copy_file(
  /external/oprofile/pp/
oparchive.cpp 51 if (!copy_file(source, dest) && err == image_ok) {
  /system/core/toolbox/upstream-netbsd/bin/cp/
utils.c 106 copy_file(FTSENT *entp, int dne) function
  /external/llvm/include/llvm/Support/
FileSystem.h 342 std::error_code copy_file(const Twine &From, const Twine &To);
  /external/llvm/lib/Support/
Path.cpp 849 std::error_code copy_file(const Twine &From, const Twine &To) {
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 22 # copy_file FROM TO
    [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 1520 milliseconds

12