Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DCompilerStats.java82 String storagePath = getStoredPathFromCodePath(codePath); in getCompileTime() local
84 Long l = compileTimePerCodePath.get(storagePath); in getCompileTime()
93 String storagePath = getStoredPathFromCodePath(codePath); in setCompileTime() local
96 compileTimePerCodePath.remove(storagePath); in setCompileTime()
98 compileTimePerCodePath.put(storagePath, compileTimeInMs); in setCompileTime()
/frameworks/base/tools/aapt/
DPackage.cpp228 String8 storagePath(entry.getPath()); in processAssets() local
229 storagePath.convertToResPath(); in processAssets()
230 if (!processFile(bundle, zip, storagePath, entry.getFile())) { in processAssets()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java735 public AppOpsService(File storagePath, Handler handler) { in AppOpsService() argument
737 mFile = new AtomicFile(storagePath, "appops"); in AppOpsService()