Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp100 gid_t proegid = getegid(); in GetGroups() local
101 if (std::find(pgrous.begin(), pgrous.end(), proegid) == pgrous.end()) { in GetGroups()
102 pgrous.push_back(proegid); in GetGroups()