Home
last modified time | relevance | path

Searched refs:processGetgid (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp64 auto processGetgid = static_cast<uint32_t>(getgid()); in GetGid() local
65 NAPI_CALL(env, napi_create_uint32(env, processGetgid, &result)); in GetGid()