Searched refs:checkStat (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/npm/node_modules/isexe/ |
D | windows.js | 27 function checkStat (stat, path, options) { function 36 cb(er, er ? false : checkStat(stat, path, options)) 41 return checkStat(fs.statSync(path), path, options)
|
D | mode.js | 8 cb(er, er ? false : checkStat(stat, options)) 13 return checkStat(fs.statSync(path), options) 16 function checkStat (stat, options) { function
|