Home
last modified time | relevance | path

Searched refs:rootpath (Results 1 – 5 of 5) 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()
109 ALOGE("file path [%s] shorter than root path [%s]", path.c_str(), rootpath.c_str()); in backupToTar()
114 jint err = write_tarfile(packageName, domain, rootpath, path, &tarSize, writer); in backupToTar()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java777 String rootpath = null; in fullBackupFile() local
780 rootpath = dbDir; in fullBackupFile()
783 rootpath = spDir; in fullBackupFile()
786 rootpath = filesDir; in fullBackupFile()
789 rootpath = rootDir; in fullBackupFile()
792 rootpath = deviceDbDir; in fullBackupFile()
795 rootpath = deviceSpDir; in fullBackupFile()
798 rootpath = deviceFilesDir; in fullBackupFile()
801 rootpath = deviceRootDir; in fullBackupFile()
804 rootpath = efDir; in fullBackupFile()
[all …]
DFullBackup.java160 String linkdomain, String rootpath, String path, FullBackupDataOutput output); in backupToTar() argument
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowFullBackup.java38 String rootpath, in backupToTar() argument
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp486 const String8& rootpath, const String8& filepath, off64_t* outSize, in write_tarfile() argument
490 const char* relstart = filepath.c_str() + rootpath.length(); in write_tarfile()