Searched refs:copy_file (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 195 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, in copy_file() function 353 int copyres = copy_file(fh, src, size, nullptr, fullPath); in backup_dir() 580 int copyres = copy_file(dest, fh, size, path, nullptr); in restore_data()
|