/third_party/mksh/ |
H A D | main.c | 456 kshuid = getuid(); in main_init()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1731 pub fn getuid() -> ::uid_t; in getuid() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 905 pub fn getuid() -> uid_t; in getuid() functions
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 394 uid: libc::getuid(), in new()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-native.c | 2473 if (creds->uid == getuid()) in command_auth() 2545 if (!(creds = pa_pdispatch_creds(pd)) || getuid() != creds->uid) in command_auth() 2584 ucred.uid = getuid(); in command_auth()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 945 SYSCALL_DEFINE0(getuid) in SYSCALL_DEFINE0()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 986 SYSCALL_DEFINE0(getuid) in SYSCALL_DEFINE0()
|
/third_party/lwip/src/netif/ppp/ |
H A D | eap.c | 1204 pw = getpwuid(getuid()); in name_of_pn_file()
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 2525 buf->st_uid = getuid();
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel.c | 2054 ucred.uid = getuid(); in on_sink_created()
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 3052 EXPECT_EQ(getuid(), info.si_uid); in TEST()
|
/third_party/f2fs-tools/fsck/ |
H A D | fsck.c | 2668 de.uid = getuid(); in fsck_get_lpf()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 3098 if (geteuid() == getuid()) { in get_pci_device_id()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 3091 se->owner = getuid();
|
/third_party/libinput/test/ |
H A D | litest.c | 4823 if (getuid() != 0) { in check_device_access()
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 1414 v8impl::ResourceSchedule::ReportKeyThread(getuid(), getprocpid(), getproctid(), in OH_JSVM_Init() 1450 v8impl::ResourceSchedule::ReportKeyThread(getuid(), getprocpid(), getproctid(), in OH_JSVM_CreateVM()
|
/third_party/node/deps/cares/ |
H A D | configure | 19710 return (getuid() != 0); 19721 snprintf(buffer, sizeof(buffer), "0 %d 1\n", getuid()); 19802 if (getuid() != 0) return 1; 19819 snprintf(buffer, sizeof(buffer), "0 %d 1\n", getuid());
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 3464 if (getuid() != 0) in check_permissions()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 3670 if (getuid() != 0) in check_permissions()
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 3119 EXPECT_EQ(getuid(), info.si_uid); in TEST()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3613 pub fn getuid() -> uid_t; in getuid() functions
|
/third_party/python/Lib/test/ |
H A D | test_pathlib.py | 2644 pwdent = pwd.getpwuid(os.getuid())
|
H A D | test_shutil.py | 1759 uid = os.getuid()
|
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | 372 return!e || ("ENOSYS" === e.code || !(process.getuid && 0 === process.getuid() || "EINVAL" !== e.code && "EPERM" !== e.code))
|
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 1231 return!e || ("ENOSYS" === e.code || !(process.getuid && 0 === process.getuid() || "EINVAL" !== e.code && "EPERM" !== e.code))
|