Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_credentials.cc97 static const gid_t gid_not_found = static_cast<gid_t>(-1); variable
143 return gid_not_found; in gid_by_name()
223 if (gid == gid_not_found) { in SetGid()
242 if (gid == gid_not_found) { in SetEGid()
326 if (gid == gid_not_found) { in SetGroups()
369 if (extra_group == gid_not_found) { in InitGroups()