Lines Matching refs:err
22 mkdirp(dir, function (err) { argument
23 if (err) {
24 cb(err);
39 mv(dir, backup, function (err) { argument
40 if (err) {
41 cb(err);
57 makeTempDir(t, hnm, function (err) { argument
58 t.error(err, 'no error with HNM temp dir');
59 if (err) {
73 makeTempDir(t, hnl, function (err) { argument
74 t.error(err, 'no error with HNL temp dir');
75 if (err) {