/external/strace/linux/mips/ |
syscallent-n32.h | 114 [6111] = { 2, 0, SEN(setreuid), "setreuid" },
|
syscallent-n64.h | 114 [5111] = { 2, 0, SEN(setreuid), "setreuid" },
|
syscallent-o32.h | 73 [4070] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/s390x/ |
syscallent.h | 218 [203] = { 2, 0, SEN(setreuid), "setreuid" },
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 141 public void setreuid(int ruid, int euid) throws ErrnoException; method in interface:Os
|
ForwardingOs.java | 148 public void setreuid(int ruid, int euid) throws ErrnoException { os.setreuid(ruid, euid); } method in class:ForwardingOs
|
/external/strace/linux/64/ |
syscallent.h | 146 [145] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/avr32/ |
syscallent.h | 88 [ 60] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/hppa/ |
syscallent.h | 75 [ 70] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/x32/ |
syscallent.h | 114 [113] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 114 [113] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/xtensa/ |
syscallent.h | 138 [142] = { 2, 0, SEN(setreuid), "setreuid" },
|
/libcore/luni/src/main/java/android/system/ |
Os.java | 458 * See <a href="http://man7.org/linux/man-pages/man2/setreuid.2.html">setreuid(2)</a>. 460 /** @hide */ public static void setreuid(int ruid, int euid) throws ErrnoException { Libcore.os.setreuid(ruid, euid); } method in class:Os
|
/bionic/libc/include/ |
unistd.h | 114 extern int setreuid(uid_t __ruid, uid_t __euid);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckSecuritySyntaxOnly.cpp | 694 "setreuid", "setregid"
|
/external/strace/linux/arm/ |
syscallent.h | 99 [ 70] = { 2, 0, SEN(setreuid16), "setreuid" }, 232 [203] = { 2, 0, SEN(setreuid), "setreuid32" },
|
/external/strace/linux/i386/ |
syscallent.h | 99 [ 70] = { 2, 0, SEN(setreuid16), "setreuid" }, 232 [203] = { 2, 0, SEN(setreuid), "setreuid32" },
|
/external/strace/linux/ia64/ |
syscallent.h | 90 [1071] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/m68k/ |
syscallent.h | 99 [ 70] = { 2, 0, SEN(setreuid16), "setreuid" }, 232 [203] = { 2, 0, SEN(setreuid), "setreuid32" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 99 [ 70] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 99 [ 70] = { 2, 0, SEN(setreuid), "setreuid" },
|
/external/strace/linux/s390/ |
syscallent.h | 101 [ 70] = { 2, 0, SEN(setreuid16), "setreuid" }, 234 [203] = { 2, 0, SEN(setreuid), "setreuid32" },
|
/external/strace/linux/sh/ |
syscallent.h | 101 [ 70] = { 2, 0, SEN(setreuid16), "setreuid" }, 233 [203] = { 2, 0, SEN(setreuid), "setreuid32" },
|
/external/strace/linux/sh64/ |
syscallent.h | 99 [ 70] = { 2, 0, SEN(setreuid16), "setreuid" }, 231 [203] = { 2, 0, SEN(setreuid), "setreuid32" },
|
/external/strace/linux/sparc/ |
syscallent.h | 73 [ 72] = { 2, 0, SEN(setreuid), "setreuid32" }, 127 [126] = { 2, 0, SEN(setreuid16), "setreuid" },
|