Home
last modified time | relevance | path

Searched refs:CopyFile (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/unix_file/
Drandom_access_file_utils.h26 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst);
Drandom_access_file_utils.cc25 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) { in CopyFile() function
/art/artd/
Dartd.cc318 Result<void> CopyFile(const std::string& src_path, const NewFile& dst_file) { in CopyFile() function
684 OR_RETURN_NON_FATAL(CopyFile(reference_profile_path, *output_profile_file)); in mergeProfiles()