Searched defs:CopyFile (Results 1 - 8 of 8) sorted by relevance
/external/v8/build/android/gyp/ |
H A D | copy_ex.py | 27 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 D | file_utils.cc | 44 bool CopyFile(const char* from_path, const char* to_path) { function in namespace:google_breakpad
|
/external/webrtc/webrtc/base/ |
H A D | win32filesystem.cc | 291 bool Win32Filesystem::CopyFile(const Pathname &old_path, function in class:rtc::Win32Filesystem 293 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
|
H A D | fileutils.h | 178 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 D | fileutils_mock.h | 185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::FakeFileSystem
|
H A D | unixfilesystem.cc | 233 if (!CopyFile(old_path, new_path)) 267 bool UnixFilesystem::CopyFile(const Pathname &old_path, function in class:rtc::UnixFilesystem
|
/external/deqp/scripts/ |
H A D | make_release.py | 108 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 D | file_util_posix.cc | 334 if (!CopyFile(current, target_path)) { 860 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:base
|
Completed in 1042 milliseconds