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

1 2 3

  /build/tools/atree/
fs.h 10 int copy_file(const string& src, const string& dst);
  /external/v8/build/toolchain/mac/
copy_bundle_data.py 60 def copy_file(source, dest): function
95 copy_file(args.source, args.dest)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /bootable/recovery/
recovery-persist.cpp 64 static void copy_file(const char* source, const char* destination) { function
198 copy_file(LAST_CONSOLE_FILE, LAST_KMSG_FILE);
200 copy_file(ALT_LAST_CONSOLE_FILE, LAST_KMSG_FILE);
  /external/autotest/client/cros/faft/utils/
firmware_updater.py 48 self.os_if.copy_file(original_shellball, working_shellball)
94 self.os_if.copy_file('%s' % os.path.join(self._temp_path, 'output.bin'),
106 self.os_if.copy_file(
  /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)
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 80 if (std::error_code EC = fs::copy_file(AbsoluteSrc, Dest))
  /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))
  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/gdb/linux-x86/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)
  /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,

Completed in 2461 milliseconds

1 2 3