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

<<1112131415

  /external/strace/
strace.c 451 int euid = geteuid(), uid = getuid();
    [all...]
  /bionic/libc/bionic/
grp_pwd.cpp 571 passwd *pw = getpwuid(getuid()); // NOLINT: implementing bad function in terms of bad function.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
webbrowser.py 400 user = pwd.getpwuid(os.getuid())[0]
  /external/autotest/scheduler/
drone_utility.py 254 utils.run('sudo chown %s "%s"' % (os.getuid(), file_path))
  /external/autotest/server/
site_utils.py 690 if os.getuid() == 0:
    [all...]
  /external/e2fsprogs/lib/ext2fs/
test_io.c 150 if ((getuid() != geteuid()) || (getgid() != getegid()))
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 156 srand(((unsigned)getpid() << 16) ^ getuid() ^ tv.tv_sec ^ tv.tv_usec);
  /external/iputils/
clockdiff.c 544 if (setuid(getuid())) {
traceroute6.c 349 if (setuid(getuid())) {
  /external/libcups/cups/
auth.c 775 if ((pwd = getpwnam(username)) != NULL && pwd->pw_uid == getuid())
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_perf_tests.c 631 if (getuid() != 0)
  /external/mesa3d/src/amd/vulkan/
radv_meta.c 236 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result);
  /external/minijail/
minijail0_cli.c 299 uidmap = build_idmap(uid, getuid());
  /external/openssh/
auth.c 513 if (getuid() != 0)
  /external/perfetto/src/trace_processor/
trace_processor_shell.cc 75 homedir = getpwuid(getuid())->pw_dir;
  /external/python/cpython2/Lib/distutils/tests/
test_sdist.py 364 self.assertEqual(member.uid, os.getuid())
  /external/python/cpython2/Lib/test/
test_posixpath.py 289 home = pwd.getpwuid(os.getuid()).pw_dir
  /external/python/cpython2/Lib/
webbrowser.py 411 user = pwd.getpwuid(os.getuid())[0]
  /external/python/cpython3/Lib/distutils/tests/
test_sdist.py 484 self.assertEqual(member.uid, os.getuid())
  /external/python/cpython3/Lib/
webbrowser.py 395 user = pwd.getpwuid(os.getuid())[0]
  /external/selinux/sandbox/
seunshare.c 642 uid_t uid = getuid();
  /external/strace/linux/arm/
syscallent.h 54 [ 24] = { 0, PU|NF, SEN(getuid16), "getuid" },
229 [199] = { 0, PU|NF, SEN(getuid), "getuid32" },
  /external/strace/linux/i386/
syscallent.h 54 [ 24] = { 0, PU|NF, SEN(getuid16), "getuid" },
229 [199] = { 0, PU|NF, SEN(getuid), "getuid32" },
  /external/strace/linux/m68k/
syscallent.h 54 [ 24] = { 0, PU|NF, SEN(getuid16), "getuid" },
229 [199] = { 0, PU|NF, SEN(getuid), "getuid32" },
  /external/strace/linux/mips/
syscallent-n32.h 103 [6100] = { 0, PU|NF, SEN(getuid), "getuid" },

Completed in 858 milliseconds

<<1112131415