Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/tar/lib/
Dmkdir.js55 const needChmod = (mode & umask) !== 0 constant
75 else if (needChmod)
150 const needChmod = (mode & umask) !== 0 constant
167 if (needChmod)
Dunpack.js587 const needChmod = !this.noChmod &&
591 if (!needChmod)
700 const needChmod = !this.noChmod &&
703 const [er] = needChmod ? callSync(() => {