HomeSort by relevance Sort by last modified time
    Searched refs:setgroups (Results 101 - 125 of 199) sorted by null

1 2 3 45 6 7 8

  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_arm.go 69 //sysnb setgroups(n int, list *_Gid_t) (err error) = SYS_SETGROUPS32
syscall_linux_arm64.go 55 //sysnb setgroups(n int, list *_Gid_t) (err error)
syscall_linux_ppc64x.go 51 //sysnb setgroups(n int, list *_Gid_t) (err error)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 518 if hasattr(posix, 'setgroups'):
519 posix.setgroups(self.saved_groups)
534 @unittest.skipUnless(hasattr(posix, 'setgroups'),
535 "test needs posix.setgroups()")
538 posix.setgroups(groups)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 518 if hasattr(posix, 'setgroups'):
519 posix.setgroups(self.saved_groups)
534 @unittest.skipUnless(hasattr(posix, 'setgroups'),
535 "test needs posix.setgroups()")
538 posix.setgroups(groups)
  /bionic/libc/include/
unistd.h 113 extern int setgroups(size_t __size, const gid_t* __list);
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 341 /* setgroups() only works if we are a privileged process,
346 * is going to work then setgroups() should also work.
348 if (setgroups (0, NULL) < 0)
  /external/strace/linux/arm/
syscallent.h 110 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" },
235 [206] = { 2, 0, SEN(setgroups), "setgroups32" },
  /external/strace/linux/i386/
syscallent.h 110 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" },
235 [206] = { 2, 0, SEN(setgroups), "setgroups32" },
  /external/strace/linux/ia64/
syscallent.h 97 [1078] = { 2, 0, SEN(setgroups), "setgroups" },
  /external/strace/linux/m68k/
syscallent.h 110 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" },
235 [206] = { 2, 0, SEN(setgroups), "setgroups32" },
  /external/strace/linux/mips/
syscallent-o32.h 84 [4081] = { 2, 0, SEN(setgroups), "setgroups" },
  /external/strace/linux/powerpc/
syscallent.h 110 [ 81] = { 2, 0, SEN(setgroups), "setgroups" },
  /external/strace/linux/powerpc64/
syscallent.h 110 [ 81] = { 2, 0, SEN(setgroups), "setgroups" },
  /external/strace/linux/s390/
syscallent.h 112 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" },
237 [206] = { 2, 0, SEN(setgroups), "setgroups32" },
  /external/strace/linux/sh/
syscallent.h 112 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" },
236 [206] = { 2, 0, SEN(setgroups), "setgroups32" },
  /external/strace/linux/sh64/
syscallent.h 110 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" },
234 [206] = { 2, 0, SEN(setgroups), "setgroups32" },
  /external/strace/linux/sparc/
syscallent.h 81 [ 80] = { 2, 0, SEN(setgroups16), "setgroups" },
83 [ 82] = { 2, 0, SEN(setgroups), "setgroups32" },
  /external/wpa_supplicant_8/src/utils/
os_unix.c 336 setgroups(ARRAY_SIZE(groups), groups);
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 166 // Calls POSIX setgroups() using the int[] object as an argument.
177 int rc = setgroups(gids.size(), reinterpret_cast<const gid_t*>(&gids[0]));
180 oss << "setgroups failed: " << strerror(errno) << ", gids.size=" << gids.size();
  /system/core/crash_reporter/
user_collector.cc 28 #include <unistd.h> // For setgroups
94 if (setgroups(arraysize(groups), groups) != 0) {
  /external/strace/linux/alpha/
syscallent.h 109 [ 80] = { 2, 0, SEN(setgroups), "setgroups" },
  /external/strace/linux/bfin/
syscallent.h 110 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" },
235 [206] = { 2, 0, SEN(setgroups), "setgroups32" },
  /external/strace/linux/microblaze/
syscallent.h 110 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" },
235 [206] = { 2, 0, SEN(setgroups), "setgroups32" },
  /prebuilts/go/darwin-x86/src/syscall/
syscall_openbsd.go 273 // setgroups

Completed in 4875 milliseconds

1 2 3 45 6 7 8