Searched refs:allCodePaths (Results 1 – 1 of 1) sorted by relevance
405 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local412 allCodePaths = result.getResult().getAllApkPaths(); in cleanUpResourcesLI()417 removeDexFilesLI(allCodePaths, instructionSets); in cleanUpResourcesLI()421 private void removeDexFilesLI(List<String> allCodePaths, String[] instructionSets) { in removeDexFilesLI() argument422 if (!allCodePaths.isEmpty()) { in removeDexFilesLI()430 for (String codePath : allCodePaths) { in removeDexFilesLI()