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

/frameworks/native/cmds/rawbu/
H A Dbackup.cpp41 static char *backupFilePath = NULL; member in namespace:android
156 if (backupFilePath && strcmp(backupFilePath, nameBuffer) == 0) {
328 if (backupFilePath && strcmp(fullPath, backupFilePath) == 0) {
329 printf("Skipping backup file %s...\n", backupFilePath);
386 backupFilePath = strdup(destPath);
526 backupFilePath = strdup(srcPath);

Completed in 25 milliseconds