Searched refs:fileChecksums (Results 1 – 1 of 1) sorted by relevance
4781 List<Checksum> fileChecksums = checksums.get(fileName); in readFromXml() local4782 if (fileChecksums == null) { in readFromXml()4783 fileChecksums = new ArrayList<>(); in readFromXml()4784 checksums.put(fileName, fileChecksums); in readFromXml()4786 fileChecksums.add(checksum); in readFromXml()