Searched refs:storagePath (Results 1 – 3 of 3) sorted by relevance
82 String storagePath = getStoredPathFromCodePath(codePath); in getCompileTime() local84 Long l = compileTimePerCodePath.get(storagePath); in getCompileTime()93 String storagePath = getStoredPathFromCodePath(codePath); in setCompileTime() local96 compileTimePerCodePath.remove(storagePath); in setCompileTime()98 compileTimePerCodePath.put(storagePath, compileTimeInMs); in setCompileTime()
228 String8 storagePath(entry.getPath()); in processAssets() local229 storagePath.convertToResPath(); in processAssets()230 if (!processFile(bundle, zip, storagePath, entry.getFile())) { in processAssets()
735 public AppOpsService(File storagePath, Handler handler) { in AppOpsService() argument737 mFile = new AtomicFile(storagePath, "appops"); in AppOpsService()