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()
51 private final @NonNull String mBaseApkPath; field in PackageLite129 mBaseApkPath = baseApkPath; in PackageLite()165 paths.add(mBaseApkPath); in getAllApkPaths()228 return mBaseApkPath; in getBaseApkPath()
139 protected String mBaseApkPath; field in PackageImpl910 return mBaseApkPath; in getBaseApkPath()2659 appInfo.setBaseCodePath(mBaseApkPath);2660 appInfo.setBaseResourcePath(mBaseApkPath);2716 this.mBaseApkPath = baseApkPath;2991 this.mBaseApkPath = TextUtils.safeIntern(baseApkPath);3133 dest.writeString(this.mBaseApkPath);3290 this.mBaseApkPath = in.readString();