Searched refs:mBaseCodePath (Results 1 – 3 of 3) sorted by relevance
205 mItems.forEach(item -> paths.add(item.mBaseCodePath)); in getAllBaseCodePaths()211 mItems.forEach(item -> set.add(new Pair(item.mOverlay, item.mBaseCodePath))); in getAllIdentifiersAndBaseCodePaths()417 pw.println(item.mBaseCodePath);552 XmlUtils.writeStringAttribute(xml, ATTR_BASE_CODE_PATH, item.mBaseCodePath);568 private String mBaseCodePath;587 mBaseCodePath = baseCodePath;610 return mBaseCodePath;614 if (!mBaseCodePath.equals(path)) {615 mBaseCodePath = path;664 mTargetPackageName, mTargetOverlayableName, mCategory, mBaseCodePath,
1079 private String mBaseCodePath; field in DexManager.PackageCodeLocations1097 mBaseCodePath = baseCodePath; in updateCodeLocation()1119 if (mBaseCodePath.equals(dexPath)) { in searchDex()
8920 private final String mBaseCodePath; field in PackageParser.DefaultSplitAssetLoader8928 mBaseCodePath = pkg.baseCodePath; in DefaultSplitAssetLoader()8957 mBaseApkAssets = loadApkAssets(mBaseCodePath, mFlags); in getBaseAssetManager()