Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DLinux.java119 private static native int nativeGetppid(); in nativeGetppid() method in Linux
122 return nativeGetppid(); in getppid()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2796 CRITICAL_NATIVE_METHOD(Linux, nativeGetppid, "()I"),