Searched refs:nPath1 (Results 1 – 1 of 1) sorted by relevance
711 final Path nPath1 = path1.normalize(); in fileContentEquals() local713 final boolean path1Exists = exists(nPath1, linkOptions); in fileContentEquals()722 if (Files.isDirectory(nPath1, linkOptions)) { in fileContentEquals()724 throw new IOException("Can't compare directories, only files: " + nPath1); in fileContentEquals()730 if (Files.size(nPath1) != Files.size(nPath2)) { in fileContentEquals()738 try (InputStream inputStream1 = Files.newInputStream(nPath1, openOptions); in fileContentEquals()