Home
last modified time | relevance | path

Searched refs:rootpath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_app_backup_FullBackup.cpp85 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/
DBackupAgent.java360 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
DFullBackup.java64 String linkdomain, String rootpath, String path, BackupDataOutput output); in backupToTar() argument
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp493 const String8& rootpath, const String8& filepath, BackupDataWriter* writer) in write_tarfile() argument
496 const char* relstart = filepath.string() + rootpath.length(); in write_tarfile()