Searched refs:relpath (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
H A D | SharedStorageAgent.java | 68 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument 70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]"); in onRestoreFile() 75 int slash = relpath.indexOf('/'); in onRestoreFile() 78 int i = Integer.parseInt(relpath.substring(0, slash)); in onRestoreFile() 80 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1)); in onRestoreFile() 86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash)); in onRestoreFile() 92 Slog.e(TAG, "Skipping data with malformed path " + relpath); in onRestoreFile()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | BackupHelpers.cpp | 488 String8 relpath(relstart); in write_tarfile() local 492 if (relpath.length() == 0) { in write_tarfile() 501 if ((5 + packageName.length() + 1 + domain.length() >= 155) || (relpath.length() >= 100)) { in write_tarfile() 616 fullname.appendPath(relpath); in write_tarfile() 623 strncpy(buf, relpath.string(), 100); in write_tarfile()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsBackupAgent.java | 425 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 1200 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|