Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/cacache/lib/
Dentry-index.js41 const bucket = bucketPath(cache, key)
79 const bucket = bucketPath(cache, key)
104 const bucket = bucketPath(cache, key)
124 const bucket = bucketPath(cache, key)
159 const bucketPath = path.join(indexDir, bucket)
162 return readdirOrEmpty(bucketPath).map(subbucket => {
163 const subbucketPath = path.join(bucketPath, subbucket)
243 module.exports._bucketPath = bucketPath
244 function bucketPath (cache, key) { function