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.cpp93 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/
DBackupAgent.java581 String rootpath = null; in fullBackupFile() local
584 rootpath = dbDir; in fullBackupFile()
587 rootpath = spDir; in fullBackupFile()
590 rootpath = filesDir; in fullBackupFile()
593 rootpath = rootDir; in fullBackupFile()
596 rootpath = deviceDbDir; in fullBackupFile()
599 rootpath = deviceSpDir; in fullBackupFile()
602 rootpath = deviceFilesDir; in fullBackupFile()
605 rootpath = deviceRootDir; in fullBackupFile()
608 rootpath = efDir; in fullBackupFile()
[all …]
DFullBackup.java88 String linkdomain, String rootpath, String path, FullBackupDataOutput output); in backupToTar() argument
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp481 const String8& rootpath, const String8& filepath, off_t* outSize, in write_tarfile() argument
485 const char* relstart = filepath.string() + rootpath.length(); in write_tarfile()