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

<<1112

  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_freebsd_amd64.go 30 SYS_GETEUID = 25 // { uid_t geteuid(void); }
zsysnum_freebsd_arm.go 30 SYS_GETEUID = 25 // { uid_t geteuid(void); }
zsysnum_netbsd_386.go 26 SYS_GETEUID = 25 // { uid_t|sys||geteuid(void); }
zsysnum_netbsd_amd64.go 26 SYS_GETEUID = 25 // { uid_t|sys||geteuid(void); }
zsysnum_netbsd_arm.go 26 SYS_GETEUID = 25 // { uid_t|sys||geteuid(void); }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 83 and not (hasattr(os, 'geteuid') and os.geteuid() == 0)):
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 137 if (geteuid()) {
    [all...]
  /external/mesa3d/src/gbm/backends/dri/
gbm_dri.c 313 if (geteuid() == getuid()) {
    [all...]
  /external/mesa3d/src/mesa/main/
context.c     [all...]
  /external/ppp/pppd/
main.c 403 if (geteuid() != 0) {
    [all...]
auth.c 426 euid = geteuid();
    [all...]
  /external/python/cpython2/Lib/test/
test_shutil.py 85 @unittest.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0,
    [all...]
  /external/python/cpython3/Lib/test/
test_shutil.py 199 @unittest.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0,
476 @unittest.skipUnless(hasattr(os, 'geteuid') and os.geteuid() == 0,
    [all...]
  /art/runtime/
oat_file_assistant_test.cc 104 return geteuid() == 0;
    [all...]
  /external/libevent/
evutil.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_performance_query.c     [all...]
intel_screen.c     [all...]
  /external/mksh/src/
main.c 192 ksheuid = geteuid();
    [all...]
  /external/openssh/
session.c     [all...]
ssh.c 556 original_effective_uid = geteuid();
    [all...]
  /external/python/cpython3/Lib/test/test_import/
__init__.py 791 @unittest.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0,
    [all...]
  /bionic/tests/
dlext_test.cpp 577 if (geteuid() != 0) GTEST_SKIP() << "This test must be run as root";
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py     [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 251 if (geteuid()) {
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 514 if (geteuid() == getuid()) {
    [all...]

Completed in 891 milliseconds

<<1112