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

/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/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(),

Completed in 67 milliseconds