Searched refs:getBaseCodePath (Results 1 – 3 of 3) sorted by relevance
770 existingBase = PackageParser.parseApkLite(new File(app.getBaseCodePath()), in validateInstallLocked()780 mResolvedBaseFile = new File(app.getBaseCodePath()); in validateInstallLocked()797 final File packageInstallDir = (new File(app.getBaseCodePath())).getParentFile(); in validateInstallLocked()
1219 /** {@hide} */ public String getBaseCodePath() { return sourceDir; } in getBaseCodePath() method in ApplicationInfo
3802 final String appSourceDir = pkg.applicationInfo.getBaseCodePath(); in writeApkToBackup()