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()
7613 final String codePathString = changedAbiCodePath.get(i); in PackageManagerService() local7615 mInstaller.rmdex(codePathString, in PackageManagerService()14053 final String codePathString = changedAbiCodePath.get(i);14055 mInstaller.rmdex(codePathString,22009 private AndroidPackage installPackageFromSystemLIF(@NonNull String codePathString, in installPackageFromSystemLIF() argument22012 final File codePath = new File(codePathString); in installPackageFromSystemLIF()