Home
last modified time | relevance | path

Searched refs:getuid (Results 126 - 150 of 427) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool.py69 if os.getuid() != 0:
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3.c129 uid_t uid = getuid(); in main()
H A Dclone3_cap_checkpoint_restore.c147 EXPECT_EQ(getuid(), 0) in TEST()
/third_party/eudev/src/udev/
H A Dudevadm-settle.c112 if (getuid() == 0) { in adm_settle()
H A Dudevadm-control.c67 if (getuid() != 0) { in adm_control()
/third_party/ltp/lib/
H A Dtst_pid.c69 return getuid(); in get_session_uid()
/third_party/musl/src/aio/
H A Dlio_listio.c48 .si_uid = getuid() in notify_signal()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Dlio_listio.c48 .si_uid = getuid() in notify_signal()
/third_party/libfuse/example/
H A Dnull.c46 stbuf->st_uid = getuid(); in null_getattr()
/third_party/ltp/testcases/kernel/syscalls/creat/
H A Dcreat08.c41 orig_uid = getuid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/mknod/
H A Dmknod03.c212 save_myuid = getuid(); in setup()
H A Dmknod04.c216 save_myuid = getuid(); in setup()
H A Dmknod08.c212 save_myuid = getuid(); in setup()
H A Dmknod05.c208 save_myuid = getuid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen10.c39 orig_uid = getuid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/clone3/
H A Dclone301.c172 uinfo.si_uid = getuid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/setreuid/
H A Dsetreuid05.c69 root_uid = getuid(); in setup()
H A Dsetreuid03.c67 root_uid = getuid(); in setup()
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_tst_16.h89 TST_CREATE_SYSCALL(getuid); in GETUID()
/third_party/python/Lib/
H A Dgetpass.py169 return pwd.getpwuid(os.getuid())[0]
/third_party/toybox/openharmony/
H A Dsu.c141 current_uid = getuid(); in main()
/third_party/toybox/toys/lsb/
H A Dumount.c54 if (CFG_TOYBOX_SUID && getuid()) { in do_umount()
/third_party/toybox/toys/other/
H A Dmakedevs.c83 uid = *user ? xgetuid(user) : getuid(); in makedevs_main()
/third_party/toybox/toys/posix/
H A Did.c90 uid_t uid = getuid(), euid = geteuid(); in do_id()
/third_party/skia/bin/
H A Dfetch-sk92 uid = os.getuid()

Completed in 8 milliseconds

12345678910>>...18