Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dfix-owner.js5 const chownr = BB.promisify(require('chownr')) constant
34 module.exports.chownr = fixOwner
57 () => chownr(
66 module.exports.chownr.sync = fixOwnerSync
79 chownr.sync(
/third_party/node/deps/npm/lib/utils/
Dcache-file.js4 const chownr = require('chownr') constant
60 chownr.sync(firstMade || file, cacheUid, cacheGid)
63 chownr.sync(firstMade || file, cacheUid, cacheGid)
Dcorrect-mkdir.js2 const chownr = require('chownr') constant
31 chownr(made || path, owner.uid, owner.gid, (er) => cb(er, owner))
/third_party/node/deps/npm/node_modules/chownr/
Dchownr.js86 chownr(path.resolve(p, child.name), uid, gid, er => {
99 const chownr = (p, uid, gid, cb) => { function
166 module.exports = chownr
167 chownr.sync = chownrSync
/third_party/node/deps/npm/node_modules/gentle-fs/lib/
Dchown.js6 const chownr = require('chownr') constant
21 chownr(path, uid, gid, cb)
/third_party/node/deps/npm/test/tap/
Dall-package-metadata-cache-stream-unit.js20 const chownr = require('chownr') constant
30 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
Dall-package-metadata-write-stream-unit.js25 const chownr = require('chownr') constant
29 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
Dall-package-metadata-update-stream-unit.js25 const chownr = require('chownr') constant
30 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
Dsearch.all-package-search.js18 const chownr = require('chownr') constant
22 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
Dall-package-metadata-entry-stream-unit.js29 const chownr = require('chownr') constant
33 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
Dsearch.js30 const chownr = require('chownr') constant
34 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
/third_party/node/deps/npm/node_modules/tar/lib/
Dmkdir.js10 const chownr = require('chownr') constant
74 chownr(created, uid, gid, er => done(er))
166 chownr.sync(created, uid, gid)
/third_party/node/deps/npm/lib/search/
Dall-package-metadata.js6 const chownr = BB.promisify(require('chownr')) constant
241 chownr.sync(cacheFile, uid, gid)
257 return chownr(made || cacheBase, st.uid, st.gid)
/third_party/node/deps/npm/node_modules/cacache/lib/
Dverify.js70 return fixOwner.chownr(cache, cache)
218 fixOwner.chownr.sync(cache, verifile)
Dentry-index.js64 () => fixOwner.chownr(cache, bucket)
93 fixOwner.chownr.sync(cache, bucket)
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dwrite.js144 return fixOwner.chownr(cache, destination)
/third_party/node/deps/npm/node_modules/cacache/
DCHANGELOG.md416 * **fix-owner:** throw away ENOENTs on chownr ([d49bbcd](https://github.com/npm/cacache/commit/d49b…
520 * **verify:** return fixOwner.chownr promise ([6818521](https://github.com/npm/cacache/commit/68185…
/third_party/node/deps/npm/
DCHANGELOG.md251 * [`f14b594ee`](https://github.com/npm/cli/commit/f14b594ee9dbfc98ed0b65c65d904782db4f31ad) `chownr
523 `chownr@1.1.3`
1005 [isaacs/chownr#21](https://github.com/isaacs/chownr/pull/21)
1006 [isaacs/chownr#20](https://github.com/isaacs/chownr/issues/20)
1008 [npm.community#8203](https://npm.community/t/8203) `chownr@1.1.2` This
1594 `chownr@1.1.1`
/third_party/node/deps/npm/node_modules/psl/
Dyarn.lock761 chownr@^1.0.1:
763 …resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f976…
4215 chownr "^1.0.1"
/third_party/typescript_eslint/
Dyarn.lock487 chownr "^1.1.2"
2306 chownr "^1.1.1"
2463 chownr@^1.1.1, chownr@^1.1.2:
2465 …resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084…
8344 chownr "^1.1.1"
/third_party/node/deps/npm/changelogs/
DCHANGELOG-2.md143 Ignore ENOENT errors on chownr while adding packages to cache. This change
2134 `chownr@1.0.1`: Tests, docs, and minor style nits.
2968 …1eb7f6`](https://github.com/npm/npm/commit/01eb7f60acba584346ad8aae846657899f3b6887) `chownr@0.0.2`
DCHANGELOG-3.md679 `chownr` was called on them, causing `ENOENT` errors. While the solution might
690 A missing `return` was causing `chownr` to be called on Windows, even though