HomeSort by relevance Sort by last modified time
    Searched refs:initgroups (Results 1 - 25 of 28) sorted by null

1 2

  /external/compiler-rt/test/msan/
initgroups.cc 5 #include <unistd.h> // FreeBSD declares initgroups() here.
8 initgroups("root", 0);
  /bionic/libc/bionic/
initgroups.c 35 initgroups (const char *user, gid_t group) function
  /bionic/libc/include/
grp.h 61 int initgroups(const char* __user, gid_t __group);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
grp.h 203 extern int initgroups (__const char *__user, __gid_t __group);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 91 @unittest.skipUnless(hasattr(posix, 'initgroups'),
92 "test needs os.initgroups()")
96 self.assertRaises(TypeError, posix.initgroups)
97 self.assertRaises(TypeError, posix.initgroups, None)
98 self.assertRaises(TypeError, posix.initgroups, 3, "foo")
99 self.assertRaises(TypeError, posix.initgroups, "foo", 3, object())
106 posix.initgroups(name, 13)
110 self.fail("Expected OSError to be raised by initgroups")
403 elif hasattr(posix, 'initgroups'):
405 posix.initgroups(name, self.saved_groups[0])
    [all...]
  /external/python/cpython2/Lib/test/
test_posix.py 106 @unittest.skipUnless(hasattr(posix, 'initgroups'),
107 "test needs os.initgroups()")
111 self.assertRaises(TypeError, posix.initgroups)
112 self.assertRaises(TypeError, posix.initgroups, None)
113 self.assertRaises(TypeError, posix.initgroups, 3, "foo")
114 self.assertRaises(TypeError, posix.initgroups, "foo", 3, object())
125 posix.initgroups(name, 13)
129 self.fail("Expected OSError to be raised by initgroups")
636 elif hasattr(posix, 'initgroups'):
638 posix.initgroups(name, self.saved_groups[0]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 98 @unittest.skipUnless(hasattr(posix, 'initgroups'),
99 "test needs os.initgroups()")
103 self.assertRaises(TypeError, posix.initgroups)
104 self.assertRaises(TypeError, posix.initgroups, None)
105 self.assertRaises(TypeError, posix.initgroups, 3, "foo")
106 self.assertRaises(TypeError, posix.initgroups, "foo", 3, object())
117 posix.initgroups(name, 13)
121 self.fail("Expected OSError to be raised by initgroups")
520 elif hasattr(posix, 'initgroups'):
522 posix.initgroups(name, self.saved_groups[0]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 98 @unittest.skipUnless(hasattr(posix, 'initgroups'),
99 "test needs os.initgroups()")
103 self.assertRaises(TypeError, posix.initgroups)
104 self.assertRaises(TypeError, posix.initgroups, None)
105 self.assertRaises(TypeError, posix.initgroups, 3, "foo")
106 self.assertRaises(TypeError, posix.initgroups, "foo", 3, object())
117 posix.initgroups(name, 13)
121 self.fail("Expected OSError to be raised by initgroups")
520 elif hasattr(posix, 'initgroups'):
522 posix.initgroups(name, self.saved_groups[0]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 98 @unittest.skipUnless(hasattr(posix, 'initgroups'),
99 "test needs os.initgroups()")
103 self.assertRaises(TypeError, posix.initgroups)
104 self.assertRaises(TypeError, posix.initgroups, None)
105 self.assertRaises(TypeError, posix.initgroups, 3, "foo")
106 self.assertRaises(TypeError, posix.initgroups, "foo", 3, object())
117 posix.initgroups(name, 13)
121 self.fail("Expected OSError to be raised by initgroups")
520 elif hasattr(posix, 'initgroups'):
522 posix.initgroups(name, self.saved_groups[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 98 @unittest.skipUnless(hasattr(posix, 'initgroups'),
99 "test needs os.initgroups()")
103 self.assertRaises(TypeError, posix.initgroups)
104 self.assertRaises(TypeError, posix.initgroups, None)
105 self.assertRaises(TypeError, posix.initgroups, 3, "foo")
106 self.assertRaises(TypeError, posix.initgroups, "foo", 3, object())
117 posix.initgroups(name, 13)
121 self.fail("Expected OSError to be raised by initgroups")
520 elif hasattr(posix, 'initgroups'):
522 posix.initgroups(name, self.saved_groups[0]
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 214 int initgroups(const char *, gid_t);
  /external/libpcap/lbl/
os-sunos4.h 108 int initgroups(const char *, int);
  /external/tcpdump/lbl/
os-sunos4.h 109 int initgroups(const char *, int);
  /external/autotest/client/cros/audio/
cmd_utils.py 195 os.initgroups(user, pw.pw_gid)
  /external/python/cpython3/Lib/test/
test_posix.py 105 @unittest.skipUnless(hasattr(posix, 'initgroups'),
106 "test needs os.initgroups()")
110 self.assertRaises(TypeError, posix.initgroups)
111 self.assertRaises(TypeError, posix.initgroups, None)
112 self.assertRaises(TypeError, posix.initgroups, 3, "foo")
113 self.assertRaises(TypeError, posix.initgroups, "foo", 3, object())
124 posix.initgroups(name, 13)
128 self.fail("Expected OSError to be raised by initgroups")
    [all...]
  /external/toybox/lib/
xwrap.c 659 if (initgroups(pwd->pw_name, pwd->pw_gid) || setgid(pwd->pw_uid)
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 308 DECL_TEMPLATE(darwin, initgroups); // 243
syswrap-darwin.c     [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 403 #define initgroups _initgroups
  /external/strace/
strace.c 1187 if (initgroups(username, run_gid) < 0) {
1188 perror_msg_and_die("initgroups");
    [all...]
  /external/tcpdump/
tcpdump.c 617 if (initgroups(pw->pw_name, pw->pw_gid) != 0 ||
    [all...]
  /external/minijail/
libminijail.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 627 milliseconds

1 2