Searched refs:mBaseApkPath (Results 1 – 3 of 3) sorted by relevance
37 private final String mBaseApkPath; field in DefaultSplitAssetLoader45 mBaseApkPath = pkg.getBaseApkPath(); in DefaultSplitAssetLoader()75 apkAssets[splitIdx++] = mBaseApkAssets = loadApkAssets(mBaseApkPath, mFlags); in getBaseAssetManager()
49 private final @NonNull String mBaseApkPath; field in PackageLite120 mBaseApkPath = baseApkPath; in PackageLite()154 paths.add(mBaseApkPath); in getAllApkPaths()217 return mBaseApkPath; in getBaseApkPath()
138 protected String mBaseApkPath; field in PackageImpl889 return mBaseApkPath; in getBaseApkPath()2609 appInfo.setBaseCodePath(mBaseApkPath);2610 appInfo.setBaseResourcePath(mBaseApkPath);2662 this.mBaseApkPath = baseApkPath;2934 this.mBaseApkPath = TextUtils.safeIntern(baseApkPath);3076 dest.writeString(this.mBaseApkPath);3225 this.mBaseApkPath = in.readString();