Searched refs:rootpath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | android_app_backup_FullBackup.cpp | 93 String8 rootpath(rootchars ? rootchars : ""); in backupToTar() local 108 if (path.length() < rootpath.length()) { in backupToTar() 110 path.string(), rootpath.string()); in backupToTar() 115 jint err = write_tarfile(packageName, domain, rootpath, path, &tarSize, writer); in backupToTar()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 579 String rootpath = null; in fullBackupFile() local 582 rootpath = dbDir; in fullBackupFile() 585 rootpath = spDir; in fullBackupFile() 588 rootpath = filesDir; in fullBackupFile() 591 rootpath = rootDir; in fullBackupFile() 594 rootpath = deviceDbDir; in fullBackupFile() 597 rootpath = deviceSpDir; in fullBackupFile() 600 rootpath = deviceFilesDir; in fullBackupFile() 603 rootpath = deviceRootDir; in fullBackupFile() 606 rootpath = efDir; in fullBackupFile() [all …]
|
D | FullBackup.java | 86 String linkdomain, String rootpath, String path, FullBackupDataOutput output); in backupToTar() argument
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 481 const String8& rootpath, const String8& filepath, off_t* outSize, in write_tarfile() argument 485 const char* relstart = filepath.string() + rootpath.length(); in write_tarfile()
|