Searched refs:getBaseCodePath (Results 1 – 4 of 4) sorted by relevance
683 existingBase = PackageParser.parseApkLite(new File(app.getBaseCodePath()), in validateInstallLocked()693 mResolvedBaseFile = new File(app.getBaseCodePath()); in validateInstallLocked()710 final File packageInstallDir = (new File(app.getBaseCodePath())).getParentFile(); in validateInstallLocked()
13605 String secureContainerId = cidFromCodePath(p.applicationInfo.getBaseCodePath()); in getPackageSizeInfoLI()
1002 /** {@hide} */ public String getBaseCodePath() { return sourceDir; } in getBaseCodePath() method in ApplicationInfo
3456 final String appSourceDir = pkg.applicationInfo.getBaseCodePath(); in writeApkToBackup()