Searched refs:fileChecksums (Results 1 – 1 of 1) sorted by relevance
4770 List<Checksum> fileChecksums = checksums.get(fileName); in readFromXml() local4771 if (fileChecksums == null) { in readFromXml()4772 fileChecksums = new ArrayList<>(); in readFromXml()4773 checksums.put(fileName, fileChecksums); in readFromXml()4775 fileChecksums.add(checksum); in readFromXml()