Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dtmp.js24 module.exports.withTmp = withTmp
25 function withTmp (cache, opts, cb) { function
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dgit.js69 return withTmp(opts, tmp => {
157 function withTmp (opts, cb) { function
160 return cacache.tmp.withTmp(opts.cache, { tmpPrefix: 'git-clone' }, cb)
/third_party/node/deps/npm/lib/
Dpack.js81 return cacache.tmp.withTmp(npm.tmp, {tmpPrefix: 'packing'}, (tmp) => {
95 .then(() => cacache.tmp.withTmp(npm.tmp, {tmpPrefix: 'unpacking'}, (tmp) => {
140 return cacache.tmp.withTmp(npm.tmp, {tmpPrefix: 'packing'}, (tmp) => {
353 return cacache.tmp.withTmp(npm.tmp, {
Dpublish.js104 return cacache.tmp.withTmp(opts.tmp, {tmpPrefix: 'fromDir'}, (tmpDir) => {
122 return cacache.tmp.withTmp(opts.tmp, {tmpPrefix: 'fromPackage'}, tmp => {
/third_party/node/deps/npm/node_modules/cacache/locales/
Den.js44 x.tmp.withTmp = (cache, opts, cb) => tmp.withTmp(cache, opts, cb) function
Des.js45 x.tmp.conTmp = (cache, ops, cb) => tmp.withTmp(cache, ops, cb)
/third_party/node/deps/npm/node_modules/cacache/
DREADME.md46 * [`tmp.withTmp`](#with-tmp)
505 [`tmp.withTmp()`](#with-tpm)
521 [`tmp.withTmp`](#with-tmp).
536 #### <a name="with-tmp"></a> `> tmp.withTmp(cache, opts, cb) -> Promise`
549 cacache.tmp.withTmp(cache, dir => {