Home
last modified time | relevance | path

Searched refs:getuid (Results 301 - 325 of 1705) sorted by relevance

1...<<11121314151617181920>>...69

/third_party/musl/libc-test/src/api/
H A Dunistd.c293 {uid_t(*p)(void) = getuid;} in f()
/third_party/pulseaudio/src/modules/
H A Dohos_module-protocol-stub.c303 /* 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 Dmodule-protocol-stub.c303 /* 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 Dutil.py176 os.environ['HOME'] = pwd.getpwuid(os.getuid())[5]
/third_party/python/Lib/
H A Dsite.py245 if hasattr(os, "getuid") and hasattr(os, "geteuid"):
247 if os.geteuid() != os.getuid():
H A Dwebbrowser.py416 user = pwd.getpwuid(os.getuid())[0]
H A Dposixpath.py251 userhome = pwd.getpwuid(os.getuid()).pw_dir
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py485 self.assertEqual(member.uid, os.getuid())
/third_party/python/Lib/test/
H A Dpythoninfo.py225 'getuid',
335 uid = os.getuid()
/third_party/pulseaudio/src/pulsecore/
H A Diochannel.c345 u->uid = getuid(); in pa_iochannel_write_with_creds()
/third_party/vulkan-loader/loader/
H A Dloader_environment.c41 bool is_high_integrity() { return geteuid() != getuid() || getegid() != getgid(); } in is_high_integrity()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp36 : stopWorkThread_(false), callerPid_(getpid()), callerUid_(getuid()), callerDeviceID_(""), in DBinderDatabusInvoker()
947 callerUid_ = (pid_t)getuid(); in ResetCallingIdentity()
/third_party/lame/misc/
H A Dabx.c111 seteuid ( getuid() ); in Set_Realtime()
117 seteuid ( getuid() ); in Set_Realtime()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp199 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 Dtest-spawn.c1471 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 Dcontext.c555 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 Daudio_policy_service_more_fuzzer.cpp418 audioRendererFilter->uid = getuid(); in AudioPolicyServiceTestIV()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp626 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility()
/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.cpp126 callerInfo.SetData(Tag::AV_CODEC_CALLER_UID, getuid()); in Init()
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp158 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 Dkvstore_meta_manager.cpp137 auto uid = getuid(); in InitMetaData()
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c558 if (getuid() != 0) in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c558 if (getuid() != 0) in main()
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c768 passwd = getpwuid(getuid()); in create_job()
/third_party/node/test/parallel/
H A Dtest-fs-rm.js483 if (!common.isIBMi && (common.isWindows || process.getuid() !== 0)) {

Completed in 29 milliseconds

1...<<11121314151617181920>>...69