Home
last modified time | relevance | path

Searched defs:CopyFile (Results 1 – 7 of 7) sorted by relevance

/external/llvm/utils/
DNewNightlyTest.pl385 sub CopyFile { #filename, newfile subroutine
/external/chromium/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc307 bool Win32Filesystem::CopyFile(const Pathname &old_path, in CopyFile() function in talk_base::Win32Filesystem
Dunixfilesystem.cc265 bool UnixFilesystem::CopyFile(const Pathname &old_path, in CopyFile() function in talk_base::UnixFilesystem
Dfileutils.h346 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile() function
/external/chromium/base/
Dfile_util_posix.cc850 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() function
Dfile_util_win.cc233 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() function
Dfile_util_unittest.cc1168 TEST_F(FileUtilTest, CopyFile) { in TEST_F() argument