HomeSort by relevance Sort by last modified time
    Searched refs:geteuid (Results 176 - 200 of 297) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/python/cpython3/Lib/test/
test_py_compile.py 116 @unittest.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0,
  /external/strace/linux/bfin/
syscallent.h 79 [ 49] = { 0, PU|NF, SEN(geteuid16), "geteuid" },
231 [201] = { 0, PU|NF, SEN(geteuid), "geteuid32" },
232 [202] = { 0, PU|NF, SEN(geteuid), "getegid32" },
  /external/strace/linux/microblaze/
syscallent.h 79 [ 49] = { 0, PU|NF, SEN(geteuid16), "geteuid" },
231 [201] = { 0, PU|NF, SEN(geteuid), "geteuid32" },
232 [202] = { 0, PU|NF, SEN(geteuid), "getegid32" },
  /external/toybox/toys/pending/
crontab.c 239 fchown(fdout, getuid(), geteuid());
  /external/perfetto/src/base/
unix_socket_unittest.cc 364 ASSERT_EQ(geteuid(), static_cast<uint32_t>(new_conn->peer_uid()));
424 EXPECT_EQ(geteuid(), static_cast<uint32_t>(srv_conn->peer_uid()));
454 EXPECT_EQ(geteuid(), static_cast<uint32_t>(srv_client_conn->peer_uid()));
  /bionic/tests/headers/posix/
unistd_h.c 321 FUNCTION(geteuid, uid_t (*f)(void));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 216 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
218 if os.geteuid() != os.getuid():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 218 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
220 if os.geteuid() != os.getuid():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 221 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
223 if os.geteuid() != os.getuid():
  /external/bcc/src/cc/
bcc_proc.c 146 if (geteuid() != 0)
  /external/bcc/tests/cc/
test_c_api.cc 76 if (geteuid() != 0)
  /external/clang/utils/perf-training/
perf-helper.py 87 if not os.geteuid() == 0:
  /external/e2fsprogs/contrib/
spd_readdir.c 102 if ((getuid() != geteuid()) || (getgid() != getegid()))
  /external/e2fsprogs/misc/
uuidd.c 85 euid = geteuid();
  /external/iputils/
tftpd.c 113 if (geteuid() == 0) {
  /external/ltp/lib/
tst_res.c 604 if (geteuid() != 0)
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_driver.c 266 printf("user name = %s\n", getpwuid(geteuid())->pw_name);
  /external/mesa3d/src/glx/
dri_common.c 109 if (geteuid() == getuid()) {
  /external/python/cpython2/Lib/
site.py 213 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
215 if os.geteuid() != os.getuid():
  /external/python/cpython3/Lib/
site.py 226 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
228 if os.geteuid() != os.getuid():
  /external/strace/linux/32/
syscallent.h 183 [175] = { 0, PU|NF, SEN(geteuid), "geteuid" },
  /external/strace/tests/
ptrace.c 104 const uid_t uid = geteuid();
  /external/strace/tests-m32/
ptrace.c 104 const uid_t uid = geteuid();
  /external/strace/tests-mx32/
ptrace.c 104 const uid_t uid = geteuid();
  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib.cc 108 if (statinfo.st_uid == ::geteuid() && statinfo.st_mode & S_IXUSR) {

Completed in 2396 milliseconds

1 2 3 4 5 6 78 91011>>