Searched refs:getBaseCodePath (Results 1 – 16 of 16) sorted by relevance
244 boolean pathFound = info.applicationInfo.getBaseCodePath().equals(codePath); in snapshotAppProfile()796 DexFile.getDexFileOptimizationInfo(info.getBaseCodePath(), isa); in getPackageOptimizationInfo()800 Slog.e(TAG, "Could not get optimizations status for " + info.getBaseCodePath(), e); in getPackageOptimizationInfo()804 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()
376 pw.println("mBaseCodePath..........: " + item.getBaseCodePath());599 private String getBaseCodePath() {
820 String baseCodePath = appInfo.getBaseCodePath(); in pinApp()
3108 && VerityUtils.hasFsverity(pkgInfo.applicationInfo.getBaseCodePath())3110 pkgInfo.applicationInfo.getBaseCodePath()))).exists();3309 mResolvedBaseFile = new File(appInfo.getBaseCodePath());3337 final File packageInstallDir = (new File(appInfo.getBaseCodePath())).getParentFile();
2177 baseCodePath = packageInfo.applicationInfo.getBaseCodePath(); in runSnapshotProfile()
1479 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked()
2695 /** {@hide} */ public String getBaseCodePath() { return sourceDir; } in getBaseCodePath() method in ApplicationInfo
4303 pi.applicationInfo.getBaseCodePath())) {
4409 HSPLandroid/content/pm/ApplicationInfo;->getBaseCodePath()Ljava/lang/String;
4412 HSPLandroid/content/pm/ApplicationInfo;->getBaseCodePath()Ljava/lang/String;
10961 Landroid/content/pm/ApplicationInfo;->getBaseCodePath()Ljava/lang/String;