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

1 2 3 4 5 6 7 8

  /bionic/libc/arch-arm/syscalls/
setuid.S 5 ENTRY(setuid) function
14 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)
  /bionic/libc/arch-x86/syscalls/
setuid.S 5 ENTRY(setuid) function
21 END(setuid)
  /bionic/libc/arch-mips64/syscalls/
setuid.S 5 ENTRY(setuid) function
25 END(setuid)
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc 38 static int setuid(uid_t uid) { return Syscall::Call(__NR_setuid, uid); } function in class:sandbox::bpf_dsl::__anon15169::Stubs
87 ASSERT_SYSCALL_RESULT(-ENOMEM, setuid, 42);
88 ASSERT_SYSCALL_RESULT(-ESRCH, setuid, 43);
248 ASSERT_SYSCALL_RESULT(-expect_errno, setuid, uid);
282 ASSERT_SYSCALL_RESULT(0, setuid, 0);
284 ASSERT_SYSCALL_RESULT(-EINVAL, setuid, 0x0001);
285 ASSERT_SYSCALL_RESULT(-EINVAL, setuid, 0x0002);
287 ASSERT_SYSCALL_RESULT(-EEXIST, setuid, 0x0011);
288 ASSERT_SYSCALL_RESULT(-EEXIST, setuid, 0x0022);
290 ASSERT_SYSCALL_RESULT(-EACCES, setuid, 0x0111)
    [all...]
  /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/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/core/logd/
main.cpp 83 if (setuid(AID_LOGD) != 0) {
  /system/extras/su/
su.c 128 if(setgid(gid) || setuid(uid)) {
  /external/qemu/
os-posix.c 214 if (setuid(user_pwd->pw_uid) < 0) {
215 fprintf(stderr, "Failed to setuid(%d)\n", user_pwd->pw_uid);
218 if (setuid(0) != -1) {
  /bionic/libc/include/
unistd.h 76 extern int setuid(uid_t);
  /development/ndk/platforms/android-12/include/
unistd.h 79 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);
  /development/ndk/platforms/android-9/include/
unistd.h 79 extern int setuid(uid_t);
  /development/ndk/platforms/android-L/include/
unistd.h 79 extern int setuid(uid_t);
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.c 44 /* Setuid apps run by uid 0 don't get caps back */
74 setuid(0);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
unistd.h 81 extern int setuid(uid_t);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
unistd.h 81 extern int setuid(uid_t);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
unistd.h 81 extern int setuid(uid_t);

Completed in 980 milliseconds

1 2 3 4 5 6 7 8