Searched refs:mBaseCodePath (Results 1 – 3 of 3) sorted by relevance
217 mItems.forEach(item -> paths.add(item.mBaseCodePath)); in getAllBaseCodePaths()223 mItems.forEach(item -> set.add(new Pair(item.mOverlay, item.mBaseCodePath))); in getAllIdentifiersAndBaseCodePaths()425 pw.println(item.mBaseCodePath);560 XmlUtils.writeStringAttribute(xml, ATTR_BASE_CODE_PATH, item.mBaseCodePath);576 private String mBaseCodePath;595 mBaseCodePath = baseCodePath;618 return mBaseCodePath;622 if (!mBaseCodePath.equals(path)) {623 mBaseCodePath = path;672 mTargetPackageName, mTargetOverlayableName, mCategory, mBaseCodePath,
711 private String mBaseCodePath; field in DexManager.PackageCodeLocations729 mBaseCodePath = baseCodePath; in updateCodeLocation()751 if (mBaseCodePath.equals(dexPath)) { in searchDex()
8964 private final String mBaseCodePath; field in PackageParser.DefaultSplitAssetLoader8972 mBaseCodePath = pkg.baseCodePath; in DefaultSplitAssetLoader()9001 mBaseApkAssets = loadApkAssets(mBaseCodePath, mFlags); in getBaseAssetManager()