Searched refs:allCodePaths (Results 1 – 1 of 1) sorted by relevance
18642 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles() argument18643 if (!allCodePaths.isEmpty()) { in removeDexFiles()18648 for (String codePath : allCodePaths) { in removeDexFiles()18830 List<String> allCodePaths = Collections.EMPTY_LIST; in cleanUpResourcesLI() local18837 allCodePaths = result.getResult().getAllApkPaths(); in cleanUpResourcesLI()18842 removeDexFiles(allCodePaths, instructionSets); in cleanUpResourcesLI()