Searched refs:mBaseCodePath (Results 1 – 3 of 3) sorted by relevance
199 mItems.forEach(item -> paths.add(item.mBaseCodePath)); in getAllBaseCodePaths()205 mItems.forEach(item -> set.add(new Pair(item.mOverlay, item.mBaseCodePath))); in getAllIdentifiersAndBaseCodePaths()407 pw.println(item.mBaseCodePath);542 XmlUtils.writeStringAttribute(xml, ATTR_BASE_CODE_PATH, item.mBaseCodePath);558 private String mBaseCodePath;577 mBaseCodePath = baseCodePath;600 return mBaseCodePath;604 if (!mBaseCodePath.equals(path)) {605 mBaseCodePath = path;654 mTargetPackageName, mTargetOverlayableName, mCategory, mBaseCodePath,
902 private String mBaseCodePath; field in DexManager.PackageCodeLocations920 mBaseCodePath = baseCodePath; in updateCodeLocation()942 if (mBaseCodePath.equals(dexPath)) { in searchDex()
8963 private final String mBaseCodePath; field in PackageParser.DefaultSplitAssetLoader8971 mBaseCodePath = pkg.baseCodePath; in DefaultSplitAssetLoader()9000 mBaseApkAssets = loadApkAssets(mBaseCodePath, mFlags); in getBaseAssetManager()