/external/iputils/ |
ping_common.c | 129 euid = geteuid();
|
/external/libexif/auto-m4/ |
gettext.m4 | 384 AC_CHECK_FUNCS([asprintf fwprintf getcwd getegid geteuid getgid getuid \
|
/external/openssh/openbsd-compat/ |
glob.c | 380 if ((getuid() != geteuid()) || (h = getenv("HOME")) == NULL) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 196 if ( (geteuid() == 0) && (curvt > 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsevents.c | 253 if ( (geteuid() == 0) && (current_vt > 0) ) {
|
/external/valgrind/main/coregrind/m_coredump/ |
coredump-elf.c | 42 #include "pub_core_libcproc.h" // VG_(geteuid), VG_(getegid)
|
/ndk/sources/host-tools/make-3.81/config/ |
gettext.m4 | 384 AC_CHECK_FUNCS([asprintf fwprintf getcwd getegid geteuid getgid getuid \
|
/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",
|
/system/core/sh/ |
exec.c | 560 if (statb.st_uid == geteuid()) {
|
var.c | 185 vps1.text = strdup(geteuid() ? "PS1=$ " : "PS1=# ");
|
/external/openssh/ |
sshd.c | 676 if (getuid() == 0 || geteuid() == 0) [all...] |
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 673 return geteuid(); [all...] |
/prebuilts/sdk/renderscript/lib/x86/ |
libc.so | |
/external/chromium_org/ipc/ |
ipc_channel_posix.cc | 655 if (client_euid != geteuid()) { [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
egl_dri2.c | 374 if (geteuid() == getuid()) { [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profiler.cc | 675 if (getuid() != geteuid()) {
|
/external/dropbear/ |
loginrec.c | 331 if ((int)geteuid() != 0) { [all...] |
/external/e2fsprogs/misc/ |
fsck.c | 1139 if (geteuid())
|
/external/linux-tools-perf/util/ |
session.c | 50 if (!force && input_stat.st_uid && (input_stat.st_uid != geteuid())) { [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.c | 374 if (geteuid() == getuid()) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbevents.c | 263 if ( (geteuid() == 0) && (current_vt > 0) ) {
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 561 if (VG_(geteuid)() == st.uid) { [all...] |