Home
last modified time | relevance | path

Searched refs:CopyFile (Results 1 – 2 of 2) 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