Home
last modified time | relevance | path

Searched defs:allCodePaths (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DRemovePackageHelper.java405 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local
421 private void removeDexFilesLI(List<String> allCodePaths, String[] instructionSets) { in removeDexFilesLI()