Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/isexe/
Dwindows.js27 function checkStat (stat, path, options) { function
36 cb(er, er ? false : checkStat(stat, path, options))
41 return checkStat(fs.statSync(path), path, options)
Dmode.js8 cb(er, er ? false : checkStat(stat, options))
13 return checkStat(fs.statSync(path), options)
16 function checkStat (stat, options) { function