Searched refs:copy_file (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/rawbu/
H A Dbackup.cpp196 static int copy_file(FILE* dest, FILE* src, off_t size, const char* destName, function in namespace:android
354 int copyres = copy_file(fh, src, size, NULL, fullPath);
581 int copyres = copy_file(dest, fh, size, path, NULL);

Completed in 81 milliseconds