Searched refs:codePathString (Results 1 – 2 of 2) sorted by relevance
55 private static String calculateBundledApkRoot(final String codePathString) { in calculateBundledApkRoot() argument56 final File codePath = new File(codePathString); in calculateBundledApkRoot()
7947 final String codePathString = changedAbiCodePath.get(i); in PackageManagerService() local7949 mInstaller.rmdex(codePathString, in PackageManagerService()14170 final String codePathString = changedAbiCodePath.get(i);14172 mInstaller.rmdex(codePathString,22148 private AndroidPackage installPackageFromSystemLIF(@NonNull String codePathString, in installPackageFromSystemLIF() argument22151 final File codePath = new File(codePathString); in installPackageFromSystemLIF()