Searched
full:geteuid (Results
326 -
350 of
707) sorted by null
<<11121314151617181920>>
/system/extras/memtrack/ |
memtrack.cpp | 296 if (geteuid() != 0) {
|
/system/extras/tests/net_test/ |
net_test.py | 326 self.saved_uid = os.geteuid()
|
/external/google-breakpad/src/client/mac/sender/ |
crash_report_sender.m | 718 if (getuid() == 0 || geteuid() == 0) { 738 GTMLoggerDebug(@"getuid() !=0 || geteuid() != 0");
|
/external/strace/linux/i386/ |
syscallent.h | 78 [ 49] = { 0, NF, SEN(geteuid16), "geteuid" }, 230 [201] = { 0, NF, SEN(geteuid), "geteuid32" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 78 [ 49] = { 0, NF, SEN(geteuid), "geteuid" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 78 [ 49] = { 0, NF, SEN(geteuid), "geteuid" },
|
/external/strace/linux/s390/ |
syscallent.h | 80 [ 49] = { 0, NF, SEN(geteuid16), "geteuid" }, 232 [201] = { 0, NF, SEN(geteuid), "geteuid32" },
|
/external/strace/linux/s390x/ |
syscallent.h | 216 [201] = { 0, NF, SEN(geteuid), "geteuid" },
|
/external/strace/linux/sh/ |
syscallent.h | 80 [ 49] = { 0, NF, SEN(geteuid16), "geteuid" }, 231 [201] = { 0, NF, SEN(geteuid), "geteuid32" },
|
/external/strace/linux/sh64/ |
syscallent.h | 78 [ 49] = { 0, NF, SEN(geteuid16), "geteuid" }, 229 [201] = { 0, NF, SEN(geteuid), "geteuid32" },
|
/external/strace/linux/x32/ |
syscallent.h | 108 [107] = { 0, NF, SEN(geteuid), "geteuid" },
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
site.py | 209 if hasattr(os, "getuid") and hasattr(os, "geteuid"): 211 if os.geteuid() != os.getuid():
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
site.py | 209 if hasattr(os, "getuid") and hasattr(os, "geteuid"): 211 if os.geteuid() != os.getuid():
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
site.py | 209 if hasattr(os, "getuid") and hasattr(os, "geteuid"): 211 if os.geteuid() != os.getuid():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 209 if hasattr(os, "getuid") and hasattr(os, "geteuid"): 211 if os.geteuid() != os.getuid():
|
/external/valgrind/coregrind/m_coredump/ |
coredump-solaris.c | 473 prpsinfo->pr_euid = VG_(geteuid)(); 513 psinfo->pr_euid = VG_(geteuid)(); 634 prcred->pr_euid = VG_(geteuid)(); [all...] |
/bionic/libc/include/ |
unistd.h | 107 extern uid_t geteuid(void);
|
/bionic/libc/ |
libc.arm.brillo.map | 438 geteuid;
|
libc.arm.map | 438 geteuid;
|
libc.map.txt | 440 geteuid;
|
libc.mips.map | 436 geteuid;
|
libc.x86.map | 434 geteuid;
|
/external/autotest/client/tests/cyclictest/src/ |
cyclictest.c | 528 if (geteuid()) {
|
/external/curl/lib/ |
config-os400.h | 112 /* Define if you have the `geteuid' function. */
|
config-riscos.h | 119 /* Define if you have the `geteuid' function. */
|
Completed in 436 milliseconds
<<11121314151617181920>>