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

1 2 3 4 5 6 7 8

  /bionic/libc/arch-arm/syscalls/
setuid.S 5 ENTRY(setuid) function
16 END(setuid)
  /bionic/libc/arch-arm64/syscalls/
setuid.S 5 ENTRY(setuid) function
14 END(setuid)
  /bionic/libc/arch-mips/syscalls/
setuid.S 5 ENTRY(setuid) function
19 END(setuid)
  /bionic/libc/arch-x86_64/syscalls/
setuid.S 5 ENTRY(setuid) function
15 END(setuid)
  /external/compiler-rt/test/tsan/
setuid.c 6 // Setuid call used to hang because the background tsan thread did not handle
7 // SIGSETXID signal. Note that we don't care whether setuid call succeeds
20 setuid(0);
setuid2.c 7 // Test that setuid call works in presence of stoptheworld.
15 setuid(0);
  /bionic/libc/arch-mips64/syscalls/
setuid.S 5 ENTRY(setuid) function
25 END(setuid)
  /bionic/libc/arch-x86/syscalls/
setuid.S 5 ENTRY(setuid) function
29 END(setuid)
  /external/tlsdate/
apparmor-profile 17 capability setuid,
78 capability setuid,
135 capability setuid,
  /external/tlsdate/src/
util-plan9.c 111 if (0 != (setuid (uid) | seteuid (uid)))
112 die ("Failed to setuid: %s\n", strerror (errno));
  /external/autotest/utils/
service_helper.py 86 os.setuid(uid)
  /ndk/sources/host-tools/make-3.81/
misc.c 599 /* Hopefully if a system says it's POSIX.1 and has the setuid and setgid
622 extern int setuid (), setgid ();
700 group IDs are those of make (if it was installed setuid or setgid).
716 /* System V has only the setuid/setgid calls to set user/group IDs.
717 There is an effective ID, which can be set by setuid/setgid.
724 if (setuid (user_uid) < 0)
725 pfatal_with_name ("user_access: setuid");
731 at any one time. If you use setuid/setgid, the effective will be set to
782 if (setuid (make_uid) < 0)
783 pfatal_with_name ("make_access: setuid");
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
  /prebuilts/go/darwin-x86/src/syscall/
asm_solaris_amd64.s 71 TEXT ·setuid(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/syscall/
asm_solaris_amd64.s 71 TEXT ·setuid(SB),NOSPLIT,$0
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
  /system/extras/su/
su.c 119 if (setuid(uid)) error(1, errno, "setuid failed");
  /development/ndk/platforms/android-12/include/
unistd.h 79 extern int setuid(uid_t);
  /development/ndk/platforms/android-21/include/
unistd.h 76 extern int setuid(uid_t);
  /development/ndk/platforms/android-3/include/
unistd.h 79 extern int setuid(uid_t);
  /development/ndk/platforms/android-8/include/
unistd.h 79 extern int setuid(uid_t);

Completed in 1279 milliseconds

1 2 3 4 5 6 7 8