Searched refs:storagePath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DPackage.cpp228 String8 storagePath(entry.getPath());
229 storagePath.convertToResPath();
230 if (!processFile(bundle, zip, storagePath, entry.getFile())) {
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java154 public MtpDatabase(Context context, String volumeName, String storagePath, argument
162 mMediaStoragePath = storagePath;
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java204 public AppOpsService(File storagePath, Handler handler) { argument
205 mFile = new AtomicFile(storagePath);

Completed in 830 milliseconds