Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/utils/
Dcache-file.js12 let needChown = typeof process.getuid === 'function' variable
28 needChown = st.uid !== process.getuid() ||
41 if (cacheUid === null && needChown) {
48 if (!needChown) {