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

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuildbot_common.py147 def CopyFile(src, dst): function
/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc231 if (!CopyFile(old_path, new_path))
265 bool UnixFilesystem::CopyFile(const Pathname &old_path, function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc307 bool Win32Filesystem::CopyFile(const Pathname &old_path, function in class:talk_base::Win32Filesystem
309 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
H A Dfileutils.h197 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
204 return CopyFile(old_path, new_path);
346 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:talk_base::Filesystem
347 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
/external/chromium_org/base/
H A Dfile_util.cc49 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:base
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc225 if (!CopyFile(old_path, new_path))
259 bool UnixFilesystem::CopyFile(const Pathname &old_path, function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc307 bool Win32Filesystem::CopyFile(const Pathname &old_path, function in class:talk_base::Win32Filesystem
309 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
H A Dfileutils.h199 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
206 return CopyFile(old_path, new_path);
348 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:talk_base::Filesystem
349 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
H A Dfileutils_mock.h202 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:talk_base::FakeFileSystem
/external/chromium/base/
H A Dfile_util_posix.cc301 if (!CopyFile(current, target_path)) {
850 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:file_util
H A Dfile_util_win.cc233 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:file_util
242 return (::CopyFile(from_path.value().c_str(), to_path.value().c_str(),
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1033 // operations of files are released by the CopyFile function.
1086 base::Bind(&DeveloperPrivateExportSyncfsFolderToLocalfsFunction::CopyFile,
1092 void DeveloperPrivateExportSyncfsFolderToLocalfsFunction::CopyFile( function in class:extensions::api::DeveloperPrivateExportSyncfsFolderToLocalfsFunction
1101 base::CopyFile(src_path, target_path);

Completed in 415 milliseconds