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

1 23 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/
Makefile.ami 96 # Whether or not make needs to be installed setgid.
99 # switch) will not work unless make is installed setgid kmem.
101 # Install make setgid to this group so it can read /dev/kmem.
197 echo "$@ needs to be owned by group $(group) and setgid;"; \
SMakefile 102 # Whether or not make needs to be installed setgid.
105 # switch) will not work unless make is installed setgid kmem.
107 # Install make setgid to this group so it can read /dev/kmem.
  /system/extras/su/
su.c 128 if(setgid(gid) || setuid(uid)) {
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc 39 static int setgid(gid_t gid) { return Syscall::Call(__NR_setgid, gid); } function in class:sandbox::bpf_dsl::__anon15169::Stubs
253 ASSERT_SYSCALL_RESULT(-expect_errno, setgid, gid);
  /external/qemu/
os-posix.c 210 if (setgid(user_pwd->pw_gid) < 0) {
211 fprintf(stderr, "Failed to setgid(%d)\n", user_pwd->pw_gid);
  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 65 * @param gid the UNIX gid that the new process should setgid() to after
126 * @param gid the UNIX gid that the new process should setgid() to after
  /ndk/sources/host-tools/make-3.81/tests/
README 60 make to be setgid sys or kmem for this; if you don't want to install
61 make just to test it, make it setgid to kmem or whatever group /dev/kmem
  /bionic/libc/
SYSCALLS.TXT 48 int setgid:setgid32(gid_t) arm,x86
49 int setgid:setgid(gid_t) arm64,mips,mips64,x86_64
  /docs/source.android.com/src/devices/tech/security/selinux/
customize.jd 137 allow dhcp self:capability { setgid setuid net_admin net_raw net_bind_service
259 chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap
  /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/linker/
linker_environ.cpp 46 // Check auxv for AT_SECURE first to see if program is setuid, setgid,
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 726 setgid
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 720 setgid
  /development/ndk/platforms/android-12/include/
unistd.h 83 extern int setgid(gid_t);
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 723 setgid
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 717 setgid
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 721 setgid
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 715 setgid
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 718 setgid
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 712 setgid
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 727 setgid
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 721 setgid
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 768 setgid

Completed in 712 milliseconds

1 23 4 5 6 7 8 91011>>