Home
last modified time | relevance | path

Searched refs:countLines (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcessManagerTest.java186 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