Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeProcessWrapper.java363 for (String child_pid : ReadChildPids(children.toFile())) { in FindPidFor()
379 private String[] ReadChildPids(File children) throws Exception { in ReadChildPids() method in JDWPUnitDebuggeeProcessWrapper