Home
last modified time | relevance | path

Searched defs:backupFile (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_file_test.cpp237 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F() local
319 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F() local
348 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F() local
398 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F() local
432 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F() local
468 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F() local
496 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F() local
509 std::string backupFile = testFile + kBackupFileSuffix; in TEST_F() local
/frameworks/base/core/java/com/android/internal/util/
DFileRotator.java117 final File backupFile = new File(mBasePath, name); in FileRotator() local
239 final File backupFile; in rewriteSingle() local
/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
DWallpaperBackupAgentTest.java251 protected void backupFile(File file, FullBackupDataOutput data) { in backupFile() method in WallpaperBackupAgentTest.IsolatedWallpaperBackupAgent
/frameworks/native/cmds/rawbu/
Dbackup.cpp715 const char* backupFile = "/sdcard/backup.dat"; in main() local
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java227 protected void backupFile(File file, FullBackupDataOutput data) { in backupFile() method in WallpaperBackupAgent
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java167 File backupFile = mContext.getDatabasePath(getDatabaseName() in backupDatabase() local
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsDatabase.java475 final File backupFile = new File(backupIntervalDir, files[j].getName()); in doUpgradeLocked() local