Searched refs:CopyFile (Results 1 – 3 of 3) sorted by relevance
26 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst);
25 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) { in CopyFile() function
318 Result<void> CopyFile(const std::string& src_path, const NewFile& dst_file) { in CopyFile() function684 OR_RETURN_NON_FATAL(CopyFile(reference_profile_path, *output_profile_file)); in mergeProfiles()