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()
359 final String codePathString = changedAbiCodePath.get(i); in commitReconciledScanResultLocked() local361 mPm.mInstaller.rmdex(codePathString, in commitReconciledScanResultLocked()3238 private void installPackageFromSystemLIF(@NonNull String codePathString, in installPackageFromSystemLIF() argument3242 final File codePath = new File(codePathString); in installPackageFromSystemLIF()
2039 final String codePathString = changedAbiCodePath.get(i); in PackageManagerService()2041 mInstaller.rmdex(codePathString, in PackageManagerService()