Searched defs:CopyFile (Results 1 – 7 of 7) sorted by relevance
385 sub CopyFile { #filename, newfile subroutine
307 bool Win32Filesystem::CopyFile(const Pathname &old_path, in CopyFile() function in talk_base::Win32Filesystem
265 bool UnixFilesystem::CopyFile(const Pathname &old_path, in CopyFile() function in talk_base::UnixFilesystem
346 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile() function
850 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() function
233 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() function
1168 TEST_F(FileUtilTest, CopyFile) { in TEST_F() argument