Searched refs:FindPidFor (Results 1 – 1 of 1) sorted by relevance
327 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 JDWPUnitDebuggeeProcessWrapper365 int res = FindPidFor(Paths.get("/proc").resolve(child_pid), names); in FindPidFor()