HomeSort by relevance Sort by last modified time
    Searched refs:getgid (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /bootable/recovery/
fuse_sideload.cpp 375 fd.gid = getgid();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 220 if hasattr(os, "getgid") and hasattr(os, "getegid"):
222 if os.getegid() != os.getgid():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 222 if hasattr(os, "getgid") and hasattr(os, "getegid"):
224 if os.getegid() != os.getgid():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 225 if hasattr(os, "getgid") and hasattr(os, "getegid"):
227 if os.getegid() != os.getgid():
  /external/e2fsprogs/contrib/
spd_readdir.c 102 if ((getuid() != geteuid()) || (getgid() != getegid()))
  /external/e2fsprogs/misc/
uuidd.c 513 gid = getgid();
  /external/libcap/progs/
capsh.c 547 gid = getgid();
  /external/minijail/
minijail0_cli.c 260 gidmap = build_idmap(gid, getgid());
  /external/ppp/pppd/plugins/
winbind.c 305 setgid(getgid());
  /external/python/cpython2/Lib/
site.py 217 if hasattr(os, "getgid") and hasattr(os, "getegid"):
219 if os.getegid() != os.getgid():
  /external/python/cpython3/Lib/
site.py 230 if hasattr(os, "getgid") and hasattr(os, "getegid"):
232 if os.getegid() != os.getgid():
  /external/strace/linux/32/
syscallent.h 184 [176] = { 0, PU|NF, SEN(getgid), "getgid" },
  /kernel/tests/net/test/
net_test.py 377 self.saved_gid = os.getgid()
  /libcore/luni/src/main/java/libcore/io/
Os.java 78 public int getgid(); method in interface:Os
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 213 if hasattr(os, "getgid") and hasattr(os, "getegid"):
215 if os.getegid() != os.getgid():
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 213 if hasattr(os, "getgid") and hasattr(os, "getegid"):
215 if os.getegid() != os.getgid():
  /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/python/cpython2/Demo/rpc/
rpc.py 162 from os import getuid, getgid
164 gid = getgid()
  /external/strace/linux/64/
syscallent.h 177 [176] = { 0, PU|NF, SEN(getgid), "getgid" },
  /external/strace/linux/avr32/
syscallent.h 76 [ 47] = { 0, PU|NF, SEN(getgid), "getgid" },
  /external/strace/linux/hppa/
syscallent.h 53 [ 47] = { 0, PU|NF, SEN(getgid), "getgid" },
  /external/strace/linux/x86_64/
syscallent.h 105 [104] = { 0, PU|NF, SEN(getgid), "getgid" },
  /external/strace/linux/xtensa/
syscallent.h 135 [139] = { 0, PU|NF, SEN(getgid), "getgid" },
  /libcore/luni/src/main/java/android/system/
Os.java 184 * See <a href="http://man7.org/linux/man-pages/man2/getgid.2.html">getgid(2)</a>.
186 public static int getgid() { return Libcore.os.getgid(); } method in class:Os

Completed in 586 milliseconds

1 2 34 5 6 7 8 9