Searched refs:rootpath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | android_app_backup_FullBackup.cpp | 85 String8 rootpath(rootchars ? rootchars : ""); in backupToTar() local 104 if (path.length() < rootpath.length()) { in backupToTar() 106 path.string(), rootpath.string()); in backupToTar() 110 return (jint) write_tarfile(packageName, domain, rootpath, path, writer); in backupToTar()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 398 String rootpath = null; in fullBackupFile() local 401 rootpath = dbDir; in fullBackupFile() 404 rootpath = spDir; in fullBackupFile() 407 rootpath = filesDir; in fullBackupFile() 410 rootpath = mainDir; in fullBackupFile() 413 rootpath = efDir; in fullBackupFile() 421 + " rootpath=" + rootpath); in fullBackupFile() 422 FullBackup.backupToTar(getPackageName(), domain, null, rootpath, filePath, in fullBackupFile() local
|
D | FullBackup.java | 61 String linkdomain, String rootpath, String path, BackupDataOutput output); in backupToTar() argument
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 493 const String8& rootpath, const String8& filepath, BackupDataWriter* writer) in write_tarfile() argument 496 const char* relstart = filepath.string() + rootpath.length(); in write_tarfile()
|