/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 293 {uid_t(*p)(void) = getuid;} in f()
|
/third_party/pulseaudio/src/modules/ |
H A D | ohos_module-protocol-stub.c | 303 /* Windows doesn't support getuid(), so we ignore the per-user Esound socket compile flag. in pa__init() 306 u->socket_path = pa_sprintf_malloc("/tmp/.esd-%lu/socket", (unsigned long) getuid()); in pa__init()
|
H A D | module-protocol-stub.c | 303 /* Windows doesn't support getuid(), so we ignore the per-user Esound socket compile flag. in pa__init() 306 u->socket_path = pa_sprintf_malloc("/tmp/.esd-%lu/socket", (unsigned long) getuid()); in pa__init()
|
/third_party/python/Lib/distutils/ |
H A D | util.py | 176 os.environ['HOME'] = pwd.getpwuid(os.getuid())[5]
|
/third_party/python/Lib/ |
H A D | site.py | 245 if hasattr(os, "getuid") and hasattr(os, "geteuid"): 247 if os.geteuid() != os.getuid():
|
H A D | webbrowser.py | 416 user = pwd.getpwuid(os.getuid())[0]
|
H A D | posixpath.py | 251 userhome = pwd.getpwuid(os.getuid()).pw_dir
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_sdist.py | 485 self.assertEqual(member.uid, os.getuid())
|
/third_party/python/Lib/test/ |
H A D | pythoninfo.py | 225 'getuid', 335 uid = os.getuid()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | iochannel.c | 345 u->uid = getuid(); in pa_iochannel_write_with_creds()
|
/third_party/vulkan-loader/loader/ |
H A D | loader_environment.c | 41 bool is_high_integrity() { return geteuid() != getuid() || getegid() != getgid(); } in is_high_integrity()
|
/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 36 : stopWorkThread_(false), callerPid_(getpid()), callerUid_(getuid()), callerDeviceID_(""), in DBinderDatabusInvoker() 947 callerUid_ = (pid_t)getuid(); in ResetCallingIdentity()
|
/third_party/lame/misc/ |
H A D | abx.c | 111 seteuid ( getuid() ); in Set_Realtime() 117 seteuid ( getuid() ); in Set_Realtime()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
H A D | audio_renderer.cpp | 199 if (audioStreamType == STREAM_ULTRASONIC && getuid() != UID_MSDP_SA) { in Create() 244 bean->Add("CLIENT_UID", static_cast<int32_t>(getuid())); in SendRendererCreateError() 258 appInfo_.appUid = static_cast<int32_t>(getuid()); in AudioRendererPrivate()
|
/third_party/libuv/test/ |
H A D | test-spawn.c | 1471 uv_uid_t uid = getuid(); in TEST_IMPL() 1514 uv_uid_t uid = getuid(); in TEST_IMPL() 1565 uv_uid_t uid = getuid(); in TEST_IMPL()
|
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 555 if (!(creds = pa_pdispatch_creds(pd)) || getuid() != creds->uid) in setup_complete_callback() 663 ucred.uid = getuid(); in setup_context() 1063 if (getuid() == 0)
|
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyservicemore_fuzzer/ |
H A D | audio_policy_service_more_fuzzer.cpp | 418 audioRendererFilter->uid = getuid(); in AudioPolicyServiceTestIV()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.cpp | 626 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility()
|
/foundation/multimedia/av_codec/services/services/codec/client/ |
H A D | codec_client.cpp | 126 callerInfo.SetData(Tag::AV_CODEC_CALLER_UID, getuid()); in Init()
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 158 HttpConstant::USER_CERT_BASE_PATH + std::to_string(getuid() / HttpConstant::UID_TRANSFORM_DIVISOR)); in SslCtxFunction()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.cpp | 137 auto uid = getuid(); in InitMetaData()
|
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 558 if (getuid() != 0) in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 558 if (getuid() != 0) in main()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 768 passwd = getpwuid(getuid()); in create_job()
|
/third_party/node/test/parallel/ |
H A D | test-fs-rm.js | 483 if (!common.isIBMi && (common.isWindows || process.getuid() !== 0)) {
|