Searched refs:fixOwner (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/npm/test/tap/ |
D | all-package-metadata-cache-stream-unit.js | 24 fixOwner(CACHE_DIR) 27 const fixOwner = ( constant 48 fixOwner(cachePath) 72 fixOwner(cachePath) 89 fixOwner(cachePath)
|
D | all-package-metadata-entry-stream-unit.js | 26 fixOwner(CACHE_DIR) 30 const fixOwner = ( constant 95 fixOwner(cachePath) 137 fixOwner(cachePath)
|
D | search.all-package-search.js | 19 const fixOwner = ( constant 29 fixOwner(CACHE_DIR) 172 fixOwner(cachePath)
|
D | search.js | 27 fixOwner(CACHE_DIR) 31 const fixOwner = ( constant 90 fixOwner(cachePath)
|
D | all-package-metadata-write-stream-unit.js | 22 fixOwner(CACHE_DIR) 26 const fixOwner = ( constant
|
D | all-package-metadata-update-stream-unit.js | 22 fixOwner(CACHE_DIR) 27 const fixOwner = ( constant
|
/third_party/node/deps/npm/node_modules/cacache/lib/util/ |
D | tmp.js | 6 const fixOwner = require('./fix-owner') constant 19 return fixOwner.mkdirfix(cache, tmpTarget).then(() => { 36 return fixOwner(cache, path.join(cache, 'tmp'))
|
D | fix-owner.js | 34 module.exports.chownr = fixOwner 35 function fixOwner (cache, filepath) { function 102 return fixOwner(cache, made).then(() => made) 106 return fixOwner(cache, p).then(() => null)
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
D | entry-index.js | 8 const fixOwner = require('./util/fix-owner') constant 49 return fixOwner.mkdirfix( 64 () => fixOwner.chownr(cache, bucket) 87 fixOwner.mkdirfix.sync(cache, path.dirname(bucket)) 93 fixOwner.chownr.sync(cache, bucket)
|
D | verify.js | 8 const fixOwner = require('./util/fix-owner') constant 68 return fixOwner.mkdirfix(cache, cache).then(() => { 70 return fixOwner.chownr(cache, cache) 218 fixOwner.chownr.sync(cache, verifile)
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
D | write.js | 6 const fixOwner = require('../util/fix-owner') constant 123 return fixOwner.mkdirfix( 136 return fixOwner.mkdirfix( 144 return fixOwner.chownr(cache, destination)
|
/third_party/node/deps/npm/node_modules/cacache/ |
D | CHANGELOG.md | 502 * **fixOwner:** ignore EEXIST race condition from mkdirp ([4670e9b](https://github.com/npm/cacache/… 520 * **verify:** return fixOwner.chownr promise ([6818521](https://github.com/npm/cacache/commit/68185…
|