Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/tap/
Dall-package-metadata-cache-stream-unit.js24 fixOwner(CACHE_DIR)
27 const fixOwner = ( constant
48 fixOwner(cachePath)
72 fixOwner(cachePath)
89 fixOwner(cachePath)
Dall-package-metadata-entry-stream-unit.js26 fixOwner(CACHE_DIR)
30 const fixOwner = ( constant
95 fixOwner(cachePath)
137 fixOwner(cachePath)
Dsearch.all-package-search.js19 const fixOwner = ( constant
29 fixOwner(CACHE_DIR)
172 fixOwner(cachePath)
Dsearch.js27 fixOwner(CACHE_DIR)
31 const fixOwner = ( constant
90 fixOwner(cachePath)
Dall-package-metadata-write-stream-unit.js22 fixOwner(CACHE_DIR)
26 const fixOwner = ( constant
Dall-package-metadata-update-stream-unit.js22 fixOwner(CACHE_DIR)
27 const fixOwner = ( constant
/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dtmp.js6 const fixOwner = require('./fix-owner') constant
19 return fixOwner.mkdirfix(cache, tmpTarget).then(() => {
36 return fixOwner(cache, path.join(cache, 'tmp'))
Dfix-owner.js34 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/
Dentry-index.js8 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)
Dverify.js8 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/
Dwrite.js6 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/
DCHANGELOG.md502 * **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…