Home
last modified time | relevance | path

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

/frameworks/native/cmds/rawbu/
Dbackup.cpp41 static char *backupFilePath = NULL; variable
157 if (backupFilePath && strcmp(backupFilePath, nameBuffer) == 0) { in wipe()
329 if (backupFilePath && strcmp(fullPath, backupFilePath) == 0) { in backup_dir()
330 printf("Skipping backup file %s...\n", backupFilePath); in backup_dir()
387 backupFilePath = strdup(destPath); in backup_data()
527 backupFilePath = strdup(srcPath); in restore_data()