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

/external/v8/build/android/gyp/
H A Dcopy_ex.py27 def CopyFile(f, dest, deps): function
46 CopyFile(f, options.dest, deps)
67 CopyFile(src, os.path.join(options.dest, dest), deps)
/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/libchrome/base/files/
H A Dfile_util_posix.cc334 if (!CopyFile(current, target_path)) {
860 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:base

Completed in 1042 milliseconds