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