Searched refs:codePathString (Results 1 – 3 of 3) sorted by relevance
56 private static String calculateBundledApkRoot(final String codePathString) { in calculateBundledApkRoot() argument57 final File codePath = new File(codePathString); in calculateBundledApkRoot()
463 final String codePathString = changedAbiCodePath.get(i); in commitReconciledScanResultLocked() local466 mPm.mInstaller.rmdex(codePathString, in commitReconciledScanResultLocked()3407 private void installPackageFromSystemLIF(@NonNull String codePathString, in installPackageFromSystemLIF() argument3411 final File codePath = new File(codePathString); in installPackageFromSystemLIF()
2191 final String codePathString = changedAbiCodePath.get(i); in PackageManagerService() local2193 mInstaller.rmdex(codePathString, in PackageManagerService()