Searched refs:getBaseCodePath (Results 1 – 14 of 14) sorted by relevance
235 boolean pathFound = info.applicationInfo.getBaseCodePath().equals(codePath); in snapshotAppProfile()554 DexFile.getDexFileOptimizationInfo(info.getBaseCodePath(), isa); in getPackageOptimizationInfo()558 Slog.e(TAG, "Could not get optimizations status for " + info.getBaseCodePath(), e); in getPackageOptimizationInfo()562 Slog.wtf(TAG, "Requested optimization status for " + info.getBaseCodePath() in getPackageOptimizationInfo()
144 final String baseApkPath = mContext.getApplicationInfo().getBaseCodePath(); in ensureBaseDir()244 applicationInfo.getBaseCodePath()); in registerFabricatedOverlay()
99 overlayInfo.getBaseCodePath(), "Invalid base path"); in loadOverlay()
241 String appSourceDir = packageInfo.applicationInfo.getBaseCodePath(); in backupApk()
378 public String getBaseCodePath() { in getBaseCodePath() method in OverlayInfo
144 when(mMockApplicationInfo.getBaseCodePath()).thenReturn( in setUp()145 context.getApplicationInfo().getBaseCodePath()); in setUp()
394 pw.println("mBaseCodePath..........: " + item.getBaseCodePath());617 private String getBaseCodePath() {
3443 && VerityUtils.hasFsverity(pkgInfo.applicationInfo.getBaseCodePath())3445 pkgInfo.applicationInfo.getBaseCodePath()))).exists();3689 mResolvedBaseFile = new File(appInfo.getBaseCodePath());3726 final File packageInstallDir = (new File(appInfo.getBaseCodePath())).getParentFile();
2762 /** {@hide} */ public String getBaseCodePath() { return sourceDir; } in getBaseCodePath() method in ApplicationInfo
1680 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked()
4469 pi.applicationInfo.getBaseCodePath())) {
4332 HSPLandroid/content/pm/ApplicationInfo;->getBaseCodePath()Ljava/lang/String;
4335 HSPLandroid/content/pm/ApplicationInfo;->getBaseCodePath()Ljava/lang/String;
10961 Landroid/content/pm/ApplicationInfo;->getBaseCodePath()Ljava/lang/String;