Lines Matching refs:err
13 fs.stat(dir, function (err, stat) { argument
14 if (!err) {
17 if (err.code === 'ENOENT' || err.code === 'ENOTDIR') return cb(null, false);
18 return cb(err);
29 }, function (err, res) { argument
30 t.error(err);
41 }, function (err, res) { argument
42 t.error(err);
53 }, function (err, res) { argument
54 t.error(err);
65 }, function (err, res) { argument
67 t.error(err);