/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 56 public native int getegid(); method in class:Posix
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
site.py | 213 if hasattr(os, "getgid") and hasattr(os, "getegid"): 215 if os.getegid() != os.getgid():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 213 if hasattr(os, "getgid") and hasattr(os, "getegid"): 215 if os.getegid() != os.getgid():
|
/external/e2fsprogs/intl/ |
dcigettext.c | 407 # define getegid() getgid() 414 if (getuid () != geteuid () || getgid () != getegid ()) \ [all...] |
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 160 if ((getuid() != geteuid()) || (getgid() != getegid()))
|
/external/valgrind/main/coregrind/ |
m_libcproc.c | 517 Int VG_(getegid) ( void ) function
|
m_libcfile.c | 567 if (VG_(getegid)() == st.gid) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
unistd.h | 651 extern __gid_t getegid (void) __THROW; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 651 extern __gid_t getegid (void) __THROW; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 651 extern __gid_t getegid (void) __THROW; [all...] |
/system/core/sh/ |
exec.c | 563 } else if (statb.st_gid == getegid()) {
|
/bionic/libc/arch-arm/ |
syscalls.mk | 14 syscall_src += arch-arm/syscalls/getegid.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 15 syscall_src += arch-mips/syscalls/getegid.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 15 syscall_src += arch-x86/syscalls/getegid.S
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 44 "getegid", "geteuid", "getgid", "getgroups", 482 @unittest.skipUnless(hasattr(os, 'getegid'), "test needs os.getegid()") 504 set(posix.getgroups() + [posix.getegid()]))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 44 "getegid", "geteuid", "getgid", "getgroups", 482 @unittest.skipUnless(hasattr(os, 'getegid'), "test needs os.getegid()") 504 set(posix.getgroups() + [posix.getegid()]))
|
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 669 return getegid(); [all...] |
/external/mksh/src/ |
main.c | 371 kshegid = getegid(); [all...] |
funcs.c | [all...] |
/external/ppp/pppd/ |
main.c | [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 183 extern int getegid (); [all...] |
/external/e2fsprogs/ |
configure | [all...] |
/external/chromium/third_party/libevent/ |
configure | [all...] |
/external/chromium_org/third_party/libevent/ |
configure | [all...] |