Searched defs:storagePath (Results 1 – 3 of 3) sorted by relevance
82 String storagePath = getStoredPathFromCodePath(codePath); in getCompileTime() local93 String storagePath = getStoredPathFromCodePath(codePath); in setCompileTime() local
228 String8 storagePath(entry.getPath()); in processAssets() local
1770 public AppOpsService(File storagePath, Handler handler, Context context) { in AppOpsService()