Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/isexe/
Dmode.js27 var myGid = options.gid !== undefined ?
36 (mod & g) && gid === myGid ||
/third_party/node/deps/npm/lib/config/
Dcore.js35 var myGid = process.getgid && process.getgid() variable
293 if (myUid === 0 && (myUid !== st.uid || myGid !== st.gid)) {