Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
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