Searched defs:relpath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java57 int type, String domain, String relpath, long mode, long mtime)
59 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
64 int slash = relpath.indexOf('/');
67 int i = Integer.parseInt(relpath.substring(0, slash));
69 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1));
75 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
81 Slog.e(TAG, "Skipping data with malformed path " + relpath);
56 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java452 int type, String domain, String relpath, long mode, long mtime)
451 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument

Completed in 69 milliseconds