Home
last modified time | relevance | path

Searched defs:setgid (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/unistd/
Dsetgid.c5 int setgid(gid_t gid) in setgid() function
/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dfix-owner.js25 const setgid = process.setgid constant
26 process.setgid = (gid) => { function