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 write_tarfile(packageName, domain, rootpath, path, writer); in backupToTar()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 360 String rootpath = null; in fullBackupFile() local 363 rootpath = dbDir; in fullBackupFile() 366 rootpath = spDir; in fullBackupFile() 369 rootpath = filesDir; in fullBackupFile() 372 rootpath = mainDir; in fullBackupFile() 375 rootpath = efDir; in fullBackupFile() 383 + " rootpath=" + rootpath); in fullBackupFile() 384 FullBackup.backupToTar(getPackageName(), domain, null, rootpath, filePath, in fullBackupFile() local
|
D | FullBackup.java | 64 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()
|