Searched defs:getppid (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java179 * See <a href="http://man7.org/linux/man-pages/man2/getppid.2.html">getppid(2)</a>.
181 public static int getppid() { return Libcore.os.getppid(); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java84 public int getppid() { return os.getppid(); } method in class:ForwardingOs
H A DOs.java76 public int getppid(); method in interface:Os
H A DPosix.java78 public native int getppid(); method in class:Posix

Completed in 108 milliseconds