Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/resolve/lib/
Dsync.js9 var realpathFS = process.platform !== 'win32' && fs.realpathSync && typeof fs.realpathSync.native =… variable
41 return realpathFS(x);
Dasync.js9 var realpathFS = process.platform !== 'win32' && fs.realpath && typeof fs.realpath.native === 'func… variable
40 realpathFS(x, function (realpathErr, realPath) {