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
157 if (backupFilePath && strcmp(backupFilePath, nameBuffer) == 0) {
329 if (backupFilePath && strcmp(fullPath, backupFilePath) == 0) {
330 printf("Skipping backup file %s...\n", backupFilePath);
387 backupFilePath = strdup(destPath);
527 backupFilePath = strdup(srcPath);

Completed in 93 milliseconds