/bionic/libc/arch-mips/syscalls/ |
setgroups.S | 4 .globl setgroups 6 .ent setgroups 8 setgroups: label 22 .end setgroups
|
/bionic/libc/arch-arm/syscalls/ |
setgroups.S | 6 ENTRY(setgroups) function 15 END(setgroups)
|
/bionic/libc/arch-x86/syscalls/ |
setgroups.S | 6 ENTRY(setgroups) function 24 END(setgroups)
|
/bionic/libc/bionic/ |
initgroups.c | 51 ret = setgroups(numgroups, groups);
|
/external/openssh/ |
uidswap.c | 123 if (setgroups(user_groupslen, user_groups) < 0) 124 fatal("setgroups: %.100s", strerror(errno)); 207 if (setgroups(saved_egroupslen, saved_egroups) < 0) 208 fatal("setgroups: %.100s", strerror(errno)); 250 setgroups(sizeof(groups)/sizeof(groups[0]), groups);
|
/frameworks/native/cmds/screenshot/ |
screenshot.c | 154 setgroups(sizeof(groups)/sizeof(groups[0]), groups);
|
/system/extras/su/ |
su.c | 121 if(setgroups(gids_count, gids)) {
|
/libcore/dalvik/src/main/java/dalvik/system/ |
Zygote.java | 116 * setgroups() to after fork and before spawning any threads. 152 * setgroups() to after fork and before spawning any threads.
|
/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)
|
/art/runtime/native/ |
dalvik_system_Zygote.cc | 140 // Calls POSIX setgroups() using the int[] object as an argument. 150 int rc = setgroups(gids.size(), reinterpret_cast<const gid_t*>(&gids[0])); 152 PLOG(FATAL) << "setgroups failed";
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 278 * <li> --setgroups=<i>comma-separated list of supplimentary gid's</i> 313 /** from --setgroups */ 477 } else if (arg.startsWith("--setgroups=")) { 583 * <li> uid 0 (root) may specify any uid, gid, and setgroups() list 585 * operation. It may also specify any gid and setgroups() list it chooses. 587 * <li> Any other uid may not specify any uid, gid, or setgroups list. The [all...] |
/external/android-clat/ |
clatd.c | 219 if(setgroups(sizeof(groups)/sizeof(groups[0]), groups) < 0) { 220 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno));
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/bionic/libc/include/ |
unistd.h | 86 extern int setgroups(size_t, const gid_t *);
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 769 setgroups
|
/development/ndk/platforms/android-3/include/ |
unistd.h | 88 extern int setgroups(size_t, const gid_t *);
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 807 setgroups
|
/development/ndk/platforms/android-8/include/ |
unistd.h | 88 extern int setgroups(size_t, const gid_t *);
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 742 setgroups
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 736 setgroups
|
/development/ndk/platforms/android-9/include/ |
unistd.h | 88 extern int setgroups(size_t, const gid_t *);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 90 extern int setgroups(size_t, const gid_t *);
|