Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A 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()
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java767 String rootpath = null; in fullBackupFile() local
770 rootpath = dbDir; in fullBackupFile()
773 rootpath = spDir; in fullBackupFile()
776 rootpath = filesDir; in fullBackupFile()
779 rootpath = rootDir; in fullBackupFile()
782 rootpath = deviceDbDir; in fullBackupFile()
785 rootpath = deviceSpDir; in fullBackupFile()
788 rootpath = deviceFilesDir; in fullBackupFile()
791 rootpath = deviceRootDir; in fullBackupFile()
794 rootpath = efDir; in fullBackupFile()
[all …]
H A DFullBackup.java160 String linkdomain, String rootpath, String path, FullBackupDataOutput output); in backupToTar() argument
/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A DShadowFullBackup.java38 String rootpath, in backupToTar() argument
/aosp14/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp482 const String8& rootpath, const String8& filepath, off64_t* outSize, in write_tarfile() argument
486 const char* relstart = filepath.string() + rootpath.length(); in write_tarfile()