Searched refs:realpathFS (Results 1 – 2 of 2) sorted by relevance
9 var realpathFS = process.platform !== 'win32' && fs.realpathSync && typeof fs.realpathSync.native =… variable41 return realpathFS(x);
9 var realpathFS = process.platform !== 'win32' && fs.realpath && typeof fs.realpath.native === 'func… variable40 realpathFS(x, function (realpathErr, realPath) {