Searched refs:allCodePaths (Results 1 – 1 of 1) sorted by relevance
18771 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles() argument18772 if (!allCodePaths.isEmpty()) { in removeDexFiles()18777 for (String codePath : allCodePaths) { in removeDexFiles()18959 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local18966 allCodePaths = result.getResult().getAllApkPaths(); in cleanUpResourcesLI()18971 removeDexFiles(allCodePaths, instructionSets); in cleanUpResourcesLI()