Searched refs:mBaseCodePath (Results 1 – 3 of 3) sorted by relevance
229 mItems.forEach(item -> paths.add(item.mBaseCodePath)); in getAllBaseCodePaths()236 mItems.forEach(item -> set.add(new Pair<>(item.mOverlay, item.mBaseCodePath))); in getAllIdentifiersAndBaseCodePaths()257 return new Pair<>(id, item.mBaseCodePath); in getIdentifierAndBaseCodePath()465 pw.println(item.mBaseCodePath);616 XmlUtils.writeStringAttribute(xml, ATTR_BASE_CODE_PATH, item.mBaseCodePath);640 private String mBaseCodePath;661 mBaseCodePath = baseCodePath;686 return mBaseCodePath;690 if (!mBaseCodePath.equals(path)) {691 mBaseCodePath = path;[all …]
711 private String mBaseCodePath; field in DexManager.PackageCodeLocations729 mBaseCodePath = baseCodePath; in updateCodeLocation()751 if (mBaseCodePath.equals(dexPath)) { in searchDex()
8968 private final String mBaseCodePath; field in PackageParser.DefaultSplitAssetLoader8976 mBaseCodePath = pkg.baseCodePath; in DefaultSplitAssetLoader()9005 mBaseApkAssets = loadApkAssets(mBaseCodePath, mFlags); in getBaseAssetManager()