Searched refs:relpath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
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()
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 487 String8 relpath(relstart); in write_tarfile() local 491 if (relpath.length() == 0) { in write_tarfile() 500 if ((5 + packageName.length() + 1 + domain.length() >= 155) || (relpath.length() >= 100)) { in write_tarfile() 611 fullname.appendPath(relpath); in write_tarfile() 618 strncpy(buf, relpath.string(), 100); in write_tarfile()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 705 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument
|
/frameworks/native/docs/ |
D | Doxyfile | 975 # $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|