Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeProcessWrapper.java327 return FindPidFor(Paths.get("/proc").resolve(Integer.toString(initial_pid)), names); in GetRealPid()
342 private int FindPidFor(Path cur, String[] names) { in FindPidFor() method in JDWPUnitDebuggeeProcessWrapper
365 int res = FindPidFor(Paths.get("/proc").resolve(child_pid), names); in FindPidFor()