Searched defs:CopyFile (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/
H A DNewNightlyTest.pl385 sub CopyFile { #filename, newfile subroutine
/external/google-breakpad/src/common/tests/
H A Dfile_utils.cc44 bool CopyFile(const char* from_path, const char* to_path) { function in namespace:google_breakpad
/external/webrtc/webrtc/base/
H A Dwin32filesystem.cc291 bool Win32Filesystem::CopyFile(const Pathname &old_path, function in class:rtc::Win32Filesystem
293 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
H A Dfileutils.h178 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
185 return CopyFile(old_path, new_path);
327 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::Filesystem
328 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
H A Dfileutils_mock.h185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc233 if (!CopyFile(old_path, new_path))
267 bool UnixFilesystem::CopyFile(const Pathname &old_path, function in class:rtc::UnixFilesystem
/external/deqp/scripts/
H A Dmake_release.py108 class CopyFile (DstFile): class in inherits:DstFile
110 super(CopyFile, self).__init__(dstFile)
244 CopyFile(srcFile, dstFile).make(packageBuildInfo)
309 lambda s, d: CopyFile(s, d))
318 return SingleFileTarget(srcFile, dstFile, lambda s, d: CopyFile(s, d))
/external/v8/tools/clang/scripts/
H A Dupdate.py236 def CopyFile(src, dst): function
251 CopyFile(os.path.join(root, f), dst)
373 CopyFile(dia_dll, target_dir)
528 CopyFile(libstdcpp, os.path.join(LLVM_BOOTSTRAP_INSTALL_DIR, 'lib'))
655 CopyFile(libstdcpp, os.path.join(LLVM_BUILD_DIR, 'lib'))
754 CopyFile(os.path.join(sanitizer_include_dir, f),
/external/libchrome/base/files/
H A Dfile_util_posix.cc335 if (!CopyFile(current, target_path)) {
880 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:base

Completed in 451 milliseconds