Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/tap/
Dci.js65 .then(() => fs.readFileAsync(
109 return fs.readFileAsync(
133 .then(() => fs.readFileAsync(
180 .then(() => fs.readFileAsync(
228 .then(() => fs.readFileAsync(
302 .then(() => fs.readFileAsync(
Daliases.js16 const readFileAsync = BB.promisify(fs.readFile) constant
82 return readFileAsync(
203 return readFileAsync(
250 return readFileAsync(
Dshrinkwrap-resolve-conflict.js75 return fs.readFileAsync(path.join(testDir, file)).then(JSON.parse)
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Ddirectory.js14 const readFileAsync = BB.promisify(require('fs').readFile) constant
39 readFileAsync(pkgPath).then(readJson).catch({ code: 'ENOENT' }, err => {
43 readFileAsync(srPath).then(readJson).catch({ code: 'ENOENT' }, () => null),
Dfile.js11 const readFileAsync = BB.promisify(fs.readFile) constant
40 return readFileAsync(src).then(data => {
/third_party/node/lib/internal/modules/esm/
Dget_source.js21 const readFileAsync = fs.readFile; constant
29 source = await readFileAsync(parsed);
/third_party/node/deps/npm/node_modules/libcipm/lib/config/
Dnpm-config.js11 const readFileAsync = BB.promisify(fs.readFile) constant
77 return readFileAsync(f, 'utf8').catch(err => {
/third_party/node/deps/npm/lib/install/
Dread-shrinkwrap.js13 const readFileAsync = BB.promisify(fs.readFile) constant
37 return readFileAsync(
/third_party/node/deps/npm/node_modules/pacote/
Dextract.js17 const readFileAsync = BB.promisify(fs.readFile) constant
48 return readFileAsync(pjson, 'utf8')
/third_party/node/deps/npm/lib/
Dpublish.js18 const readFileAsync = BB.promisify(require('graceful-fs').readFile) constant
138 return readFileAsync(cached).then(tarball => {
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dread.js14 const readFileAsync = BB.promisify(fs.readFile) constant
24 return readFileAsync(cpath, null).then(data => {
/third_party/node/deps/npm/node_modules/cacache/lib/
Dentry-index.js19 const readFileAsync = BB.promisify(fs.readFile) constant
204 return readFileAsync(
Dverify.js224 return fs.readFileAsync(
/third_party/node/deps/npm/node_modules/libcipm/
Dindex.js19 const readFileAsync = BB.promisify(fs.readFile) constant
422 return readFileAsync(path.join(jsonPath, name), 'utf8')