Searched refs:getBaseCodePath (Results 1 – 4 of 4) sorted by relevance
791 existingBase = PackageParser.parseApkLite(new File(appInfo.getBaseCodePath()), in validateInstallLocked()801 mResolvedBaseFile = new File(appInfo.getBaseCodePath()); in validateInstallLocked()818 final File packageInstallDir = (new File(appInfo.getBaseCodePath())).getParentFile(); in validateInstallLocked()
245 String baseCodePath = cameraInfo.getBaseCodePath(); in pinCamera()
1219 /** {@hide} */ public String getBaseCodePath() { return sourceDir; } in getBaseCodePath() method in ApplicationInfo
3819 final String appSourceDir = pkg.applicationInfo.getBaseCodePath(); in writeApkToBackup()