Searched
full:geteuid (Results
451 -
475 of
707) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_freebsd_386.go | 30 SYS_GETEUID = 25 // { uid_t geteuid(void); }
|
zsysnum_freebsd_amd64.go | 30 SYS_GETEUID = 25 // { uid_t geteuid(void); }
|
zsysnum_freebsd_arm.go | 30 SYS_GETEUID = 25 // { uid_t geteuid(void); }
|
zsysnum_netbsd_386.go | 26 SYS_GETEUID = 25 // { uid_t|sys||geteuid(void); }
|
zsysnum_netbsd_amd64.go | 26 SYS_GETEUID = 25 // { uid_t|sys||geteuid(void); }
|
zsysnum_netbsd_arm.go | 26 SYS_GETEUID = 25 // { uid_t|sys||geteuid(void); }
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rexec.py | 148 'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 44 "getegid", "geteuid", "getgid", "getgroups",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rexec.py | 148 'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 44 "getegid", "geteuid", "getgid", "getgroups",
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common_syscalls.inc | 284 PRE_SYSCALL(geteuid)() {} 286 POST_SYSCALL(geteuid)(long res) {} [all...] |
/bionic/tests/ |
dlext_test.cpp | 500 if (geteuid() != 0) { [all...] |
/external/autotest/client/profilers/powertop/src/ |
powertop.c | 840 if (geteuid() != 0)
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
seccomp_bpf_tests.c | 145 if (geteuid()) { [all...] |
/external/curl/ |
CMakeLists.txt | 745 check_symbol_exists(geteuid "${CURL_INCLUDES}" HAVE_GETEUID) [all...] |
/external/curl/lib/ |
config-vxworks.h | 182 /* Define to 1 if you have the `geteuid' function. */
|
curl_config.h | 214 /* Define to 1 if you have the `geteuid' function. */
|
curl_config.h.cmake | 166 /* Define to 1 if you have the `geteuid' function. */
|
/external/e2fsprogs/misc/ |
fsck.c | 1139 if (geteuid())
|
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.c | 374 if (geteuid() == getuid()) { [all...] |
/external/valgrind/coregrind/m_coredump/ |
coredump-elf.c | 42 #include "pub_core_libcproc.h" // VG_(geteuid), VG_(getegid)
|
/libcore/ojluni/src/main/native/ |
UNIXProcess_md.c | 227 return (geteuid() == 0 || getuid() == 0) ?
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/mesa/ |
libGL.so | |
libGL.so.1 | |
libGL.so.1.2 | |
Completed in 401 milliseconds
<<11121314151617181920>>