Searched refs:storagePath (Results 1 – 3 of 3) sorted by relevance
228 String8 storagePath(entry.getPath()); in processAssets() local229 storagePath.convertToResPath(); in processAssets()230 if (!processFile(bundle, zip, storagePath, entry.getFile())) { in processAssets()
159 public MtpDatabase(Context context, String volumeName, String storagePath, in MtpDatabase() argument168 mMediaStoragePath = storagePath; in MtpDatabase()
239 public AppOpsService(File storagePath, Handler handler) { in AppOpsService() argument240 mFile = new AtomicFile(storagePath); in AppOpsService()