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

  /art/runtime/base/unix_file/
random_access_file_utils.cc 23 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) {
  /external/chromium_org/base/files/
file_util.cc 50 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 148 def CopyFile(src, dst):
  /external/chromium_org/tools/clang/scripts/
update.py 91 def CopyFile(src, dst):
106 CopyFile(os.path.join(root, f), dst)
204 CopyFile(os.path.join(asan_rt_lib_src_dir, '..', '..', 'asan_blacklist.txt'),
218 CopyFile(os.path.join(sanitizer_include_dir, f),
  /external/chromium_org/third_party/webrtc/base/
fileutils.h 182 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
189 return CopyFile(old_path, new_path);
331 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) {
332 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
fileutils_mock.h 185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 232 if (!CopyFile(old_path, new_path))
266 bool UnixFilesystem::CopyFile(const Pathname &old_path,
win32filesystem.cc 290 bool Win32Filesystem::CopyFile(const Pathname &old_path,
292 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_util.h 221 inline void CopyFile(const char* src_file_name,
  /external/deqp/scripts/
make_release.py 88 class CopyFile (DstFile):
90 super(CopyFile, self).__init__(dstFile)
97 shutil.copyfile(self.srcFile, self.dstFile)
223 CopyFile(srcFile, dstFile).make(packageBuildInfo)
288 lambda s, d: CopyFile(s, d))
297 return SingleFileTarget(srcFile, dstFile, lambda s, d: CopyFile(s, d))
369 # Otherwise just CopyFile targets
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc     [all...]

Completed in 539 milliseconds