Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/config/
Dload-cafile.js1 module.exports = loadCAFile
5 function loadCAFile (cafilePath, cb) { function
Dcore.js179 return conf.loadCAFile(cafile, finalize)
218 Conf.prototype.loadCAFile = require('./load-cafile.js') method in Conf