Lines Matching defs:close
335 return context.close(err);
344 return context.close(err);
356 return context.close(err);
522 function close(fd, callback = defaultCloseCallback) {
529 binding.close(fd, req);
541 binding.close(fd, undefined, ctx);
1064 fs.close(fd, (er2) => {
1087 // Allow error to be thrown, but still close fd.
1931 // but still try to close, and report closing errors if they occur.
1933 fs.close(fd, (err2) => {
1950 // but still try to close, and report closing errors if they occur.
2220 fs.close(fd, (err) => {
2232 fs.close(fd, (err) => {
2240 fs.close(fd, callback);
2427 process.nextTick(() => watcher.close());
2429 const listener = () => watcher.close();
2432 watcher.once('close', () => {
3083 close,