HomeSort by relevance Sort by last modified time
    Searched refs:getegid (Results 226 - 250 of 277) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/linux/s390/
syscallent.h 81 [ 50] = { 0, NF, SEN(getegid16), "getegid" },
233 [202] = { 0, NF, SEN(getegid), "getegid32" },
  /external/strace/linux/sh/
syscallent.h 81 [ 50] = { 0, NF, SEN(getegid16), "getegid" },
232 [202] = { 0, NF, SEN(getegid), "getegid32" },
  /external/strace/linux/sh64/
syscallent.h 79 [ 50] = { 0, NF, SEN(getegid16), "getegid" },
230 [202] = { 0, NF, SEN(getegid), "getegid32" },
  /external/strace/linux/sparc/
syscallent.h 51 [ 50] = { 0, NF, SEN(getegid16), "getegid" },
71 [ 70] = { 0, NF, SEN(getegid), "getegid32" },
  /external/strace/linux/sparc64/
syscallent.h 50 [ 50] = { 0, NF, SEN(getegid), "getegid" },
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 397 request->cred.gid = getegid();
  /libcore/luni/src/main/java/libcore/io/
Linux.java 81 public native int getegid(); method in class:Linux
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 701 extern __gid_t getegid (void) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 707 extern __gid_t getegid (void) __THROW;
    [all...]
  /system/core/liblog/
logger_write.c 64 gid = getegid();
pmsg_reader.c 97 gid = getegid();
  /external/strace/linux/x32/
syscallent.h 109 [108] = { 0, NF, SEN(getegid), "getegid" },
  /bionic/libc/include/
unistd.h 111 gid_t getegid(void);
  /external/valgrind/coregrind/
m_libcproc.c 767 Int VG_(getegid) ( void ) function
780 /* Uses the shared getgid/getegid syscall, val2 contains the effective
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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()]))
  /external/strace/tests/
Makefile 161 getegid$(EXEEXT) getegid32$(EXEEXT) geteuid$(EXEEXT) \
631 getegid_SOURCES = getegid.c
632 getegid_OBJECTS = getegid.$(OBJEXT)
    [all...]
  /external/strace/tests-m32/
Makefile 161 getegid$(EXEEXT) getegid32$(EXEEXT) geteuid$(EXEEXT) \
631 getegid_SOURCES = getegid.c
632 getegid_OBJECTS = getegid.$(OBJEXT)
    [all...]
  /external/strace/tests-mx32/
Makefile 161 getegid$(EXEEXT) getegid32$(EXEEXT) geteuid$(EXEEXT) \
631 getegid_SOURCES = getegid.c
632 getegid_OBJECTS = getegid.$(OBJEXT)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_dragonfly_amd64.go 47 SYS_GETEGID = 43 // { gid_t getegid(void); }
zsysnum_freebsd_386.go 46 SYS_GETEGID = 43 // { gid_t getegid(void); }
zsysnum_freebsd_amd64.go 46 SYS_GETEGID = 43 // { gid_t getegid(void); }
zsysnum_freebsd_arm.go 46 SYS_GETEGID = 43 // { gid_t getegid(void); }

Completed in 1118 milliseconds

1 2 3 4 5 6 7 8 91011>>