HomeSort by relevance Sort by last modified time
    Searched refs:setgid (Results 51 - 75 of 164) sorted by null

1 23 4 5 6 7

  /prebuilts/go/linux-x86/src/os/
types.go 54 ModeSetgid // g: setgid
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 95 setgid
  /system/sepolicy/prebuilts/api/27.0/private/
access_vectors 97 setgid
  /system/sepolicy/prebuilts/api/28.0/private/
access_vectors 97 setgid
  /system/sepolicy/private/
access_vectors 97 setgid
  /bionic/libc/include/
unistd.h 109 int setgid(gid_t __gid);
  /external/dnsmasq/src/
helper.c 85 setgid(gid) == -1 ||
  /external/ltp/testcases/kernel/syscalls/creat/
creat08.c 22 * creat08.c - Verifies that the group ID and setgid bit are
31 * and the setgid bit not set, and the other with a group ID
32 * other than that of this process and with the setgid bit set.
33 * In each directory, create a file with and without the setgid
36 * As root, create a file with the setgid bit on in the
37 * directory with the setgid bit.
68 #define SETGID "setgid"
104 sprintf(setgid_A, "%s/%s", DIR_A, SETGID);
106 sprintf(setgid_B, "%s/%s", DIR_B, SETGID);
    [all...]
  /external/ltp/testcases/kernel/syscalls/open/
open10.c 22 * Verifies that the group ID and setgid bit are
27 * and the setgid bit not set, and the other with a group ID
28 * other than that of this process and with the setgid bit set.
29 * In each directory, create a file with and without the setgid
32 * As root, create a file with the setgid bit on in the
33 * directory with the setgid bit.
57 #define SETGID "setgid"
92 sprintf(setgid_A, "%s/%s", DIR_A, SETGID);
94 sprintf(setgid_B, "%s/%s", DIR_B, SETGID);
    [all...]
  /bionic/tests/headers/posix/
unistd_h.c 355 FUNCTION(setgid, int (*f)(gid_t));
  /external/android-clat/
clatd.c 171 if(setgid(AID_CLAT) < 0) {
172 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno));
  /external/iputils/
tftpd.c 114 setgid(65534);
  /external/ppp/pppd/plugins/
winbind.c 305 setgid(getgid());
  /external/strace/linux/32/
syscallent.h 152 [144] = { 1, 0, SEN(setgid), "setgid" },
  /external/toybox/toys/pending/
tcpsvd.c 290 setgid(gid);
  /libcore/luni/src/main/java/libcore/io/
Os.java 150 public void setgid(int gid) throws ErrnoException; method in interface:Os
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 644 if hasattr(os, 'setgid'):
647 self.assertRaises(os.error, os.setgid, 0)
648 self.assertRaises(OverflowError, os.setgid, 1<<32)
  /external/python/cpython2/Lib/test/
test_os.py 719 @unittest.skipUnless(hasattr(os, 'setgid'), 'test needs os.setgid()')
722 self.assertRaises(os.error, os.setgid, 0)
723 self.assertRaises(OverflowError, os.setgid, 1<<32)
    [all...]
  /external/selinux/libsepol/tests/policies/test-expander/
small-base.conf 364 setgid
  /external/strace/linux/64/
syscallent.h 145 [144] = { 1, 0, SEN(setgid), "setgid" },
  /external/strace/linux/avr32/
syscallent.h 75 [ 46] = { 1, 0, SEN(setgid), "setgid" },
  /external/strace/linux/hppa/
syscallent.h 52 [ 46] = { 1, 0, SEN(setgid), "setgid" },
  /external/strace/linux/x86_64/
syscallent.h 107 [106] = { 1, 0, SEN(setgid), "setgid" },
  /external/strace/linux/xtensa/
syscallent.h 134 [138] = { 1, 0, SEN(setgid), "setgid" },
  /libcore/luni/src/main/java/android/system/
Os.java 494 * See <a href="http://man7.org/linux/man-pages/man2/setgid.2.html">setgid(2)</a>.
496 public static void setgid(int gid) throws ErrnoException { Libcore.os.setgid(gid); } method in class:Os

Completed in 1323 milliseconds

1 23 4 5 6 7