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 = nullptr; variable
156 if (backupFilePath && strcmp(backupFilePath, nameBuffer) == 0) { in wipe()
328 if (backupFilePath && strcmp(fullPath, backupFilePath) == 0) { in backup_dir()
329 printf("Skipping backup file %s...\n", backupFilePath); in backup_dir()
386 backupFilePath = strdup(destPath); in backup_data()
526 backupFilePath = strdup(srcPath); in restore_data()