Searched refs:ruid (Results 1 – 2 of 2) sorted by relevance
79 static jboolean testSetresuidBlocked(JNIEnv *, jobject, jint ruid, jint euid, jint suid) { in testSetresuidBlocked() argument80 return doTestSyscallBlocked([&] {ALOGE("Calling setresuid\n"); setresuid(ruid, euid, suid);}); in testSetresuidBlocked()
233 protected static final native boolean testSetresuidBlocked(int ruid, int euid, int suid); in testSetresuidBlocked() argument