Searched refs:getppid (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DOs.java79 public int getppid(); method in interface:Os
H A DForwardingOs.java87 public int getppid() { return os.getppid(); } method in class:ForwardingOs
H A DPosix.java81 public native int getppid(); method in class:Posix
/libcore/luni/src/main/java/android/system/
H A DOs.java188 * See <a href="http://man7.org/linux/man-pages/man2/getppid.2.html">getppid(2)</a>.
190 public static int getppid() { return Libcore.os.getppid(); } method in class:Os
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp956 return TEMP_FAILURE_RETRY(getppid());
1893 NATIVE_METHOD(Posix, getppid, "()I"),

Completed in 43 milliseconds