Searched refs:unmatchedDmFiles (Results 1 – 1 of 1) sorted by relevance
295 ArrayList<String> unmatchedDmFiles = new ArrayList<>(); in validateDexPaths() local307 unmatchedDmFiles.add(dmPath); in validateDexPaths()311 if (!unmatchedDmFiles.isEmpty()) { in validateDexPaths()312 throw new IllegalStateException("Unmatched .dm files: " + unmatchedDmFiles); in validateDexPaths()