Searched refs:arg5 (Results 1 - 5 of 5) sorted by last modified time

/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1459 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) {
1464 static_cast<unsigned long>(arg5)));
/libcore/luni/src/main/java/android/system/
H A DOs.java343 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); }; argument
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java123 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, arg3, arg4, arg5); }; argument
H A DOs.java116 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument
H A DPosix.java117 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument

Completed in 39 milliseconds