Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/isexe/
Dmode.js25 var myUid = options.uid !== undefined ?
37 (mod & u) && uid === myUid ||
38 (mod & ug) && myUid === 0
/third_party/node/deps/npm/lib/config/
Dcore.js34 var myUid = process.getuid && process.getuid() variable
293 if (myUid === 0 && (myUid !== st.uid || myGid !== st.gid)) {