HomeSort by relevance Sort by last modified time
    Searched refs:getuid (Results 126 - 150 of 368) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/
poc.c 129 if (getuid() != 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
getpass.py 158 return pwd.getpwuid(os.getuid())[0]
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 122 uid_t getuid(void);
  /external/autotest/client/site_tests/security_SessionManagerDbusEndpoints/
security_SessionManagerDbusEndpoints.py 38 uid = os.getuid()
  /external/e2fsprogs/lib/blkid/
cache.c 40 if ((getuid() != geteuid()) || (getgid() != getegid()))
  /external/iproute2/misc/
nstat.c 518 if (cred.uid == getuid() || cred.uid == 0)
616 sprintf(sun.sun_path+1, "nstat%d", getuid());
650 sprintf(hist_name, "/tmp/.nstat.u%d", getuid());
676 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
ifstat.c 730 if (cred.uid == getuid() || cred.uid == 0)
895 sprintf(sun.sun_path+1, "ifstat%d", getuid());
933 "%s/.ifstat.u%d", P_tmpdir, getuid());
937 getuid());
962 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
step_after_suspend_test.c 146 if (getuid() != 0)
  /external/ltp/testcases/kernel/syscalls/utils/
compat_16.h 92 UID_T GETUID(void (cleanup)(void))
94 LTP_CREATE_SYSCALL(getuid, cleanup);
  /external/ltp/testcases/kernel/syscalls/utimensat/
utimensat01.c 212 u = getuid();
  /external/openssh/
readpass.c 75 permanently_drop_suid(getuid());
  /external/openssh/regress/
check-perm.c 193 safely_chroot(path, getuid());
  /external/python/cpython2/Demo/rpc/
mountclient.py 91 uid = os.getuid()
  /external/python/cpython2/Lib/
getpass.py 158 return pwd.getpwuid(os.getuid())[0]
  /external/python/cpython3/Lib/
getpass.py 169 return pwd.getpwuid(os.getuid())[0]
  /external/strace/
uid.c 72 SYS_FUNC(getuid)
  /external/toybox/toys/pending/
useradd.c 73 struct passwd *pw = getpwuid(getuid());
  /external/toybox/toys/posix/
id.c 90 uid_t uid = getuid(), euid = geteuid();
  /external/webrtc/tools/network_emulator/
network_emulator.py 93 if os.getuid() != 0:
  /frameworks/av/media/libstagefright/
FileSource.cpp 91 if (getuid() == AID_MEDIA_EX) return nullptr; // no DRM in media extractor
  /external/e2fsprogs/e2fsck/
logfile.c 141 getpwuid_r(getuid(), &pw_struct, buf, sizeof(buf), &pw);
143 pw = getpwuid(getuid());
  /external/toybox/toys/lsb/
mount.c 176 if (getuid()) {
332 if (FLAG(a) || (dev && (!dir || getuid() || remount))) {
374 } // TODO else if (getuid()) error_msg("already there") ?
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 640 if os.getuid() != 0:
646 if os.getuid() != 0:
652 if os.getuid() != 0:
658 if os.getuid() != 0:
664 if os.getuid() != 0:
678 if os.getuid() != 0:
  /external/python/cpython2/Lib/test/
test_posix.py 45 "getpid", "getpgrp", "getppid", "getuid",
118 if os.getuid() != 0:
120 name = pwd.getpwuid(posix.getuid()).pw_name
310 uid = os.getuid()
639 if posix.getuid() != 0:
651 name = pwd.getpwuid(posix.getuid()).pw_name
660 name = pwd.getpwuid(posix.getuid()).pw_name
  /external/selinux/policycoreutils/newrole/
newrole.c 62 #include <sys/types.h> /* to make getuid() and getpwuid() happy */
73 #include <unistd.h> /* for getuid(), exit(), getopt() */
423 uid = getuid();
425 uid = getuid();
544 uid_t uid = getuid();
586 uid_t uid = getuid();
628 uid_t uid = getuid();
    [all...]

Completed in 2334 milliseconds

1 2 3 4 56 7 8 91011>>