Searched refs:getBaseCodePath (Results 1 – 7 of 7) sorted by relevance
59 final String targetPath = targetPackage.applicationInfo.getBaseCodePath(); in createIdmap()60 final String overlayPath = overlayPackage.applicationInfo.getBaseCodePath(); in createIdmap()92 return new File(getIdmapPath(overlayPackage.applicationInfo.getBaseCodePath())).isFile(); in idmapExists()97 return isDangerous(getIdmapPath(overlayPackage.applicationInfo.getBaseCodePath())); in isDangerous()
104 overlayPackage.applicationInfo.getBaseCodePath(), in updateOverlaysForUser()258 overlayPackage.applicationInfo.getBaseCodePath(), overlayPackage.isStaticOverlay, in onOverlayPackageAdded()491 overlayPackage.applicationInfo.getBaseCodePath()); in updateState()
290 pw.print("mBaseCodePath......: "); pw.println(item.getBaseCodePath()); in dump()452 private String getBaseCodePath() { in getBaseCodePath() method in OverlayManagerSettings.SettingsItem
813 existingBase = PackageParser.parseApkLite(new File(appInfo.getBaseCodePath()), in validateInstallLocked()823 mResolvedBaseFile = new File(appInfo.getBaseCodePath()); in validateInstallLocked()840 final File packageInstallDir = (new File(appInfo.getBaseCodePath())).getParentFile(); in validateInstallLocked()
280 String baseCodePath = cameraInfo.getBaseCodePath(); in pinCamera()
1507 /** {@hide} */ public String getBaseCodePath() { return sourceDir; } in getBaseCodePath() method in ApplicationInfo
4024 final String appSourceDir = pkg.applicationInfo.getBaseCodePath(); in writeApkToBackup()