Searched refs:countLines (Results 1 – 1 of 1) sorted by relevance
186 int before = countLines(process); in testCloseNonStandardFds()194 int after = countLines(process); in testCloseNonStandardFds()207 private int countLines(Process process) throws IOException { in countLines() method in ProcessManagerTest