Searched refs:oldReaddir (Results 1 – 1 of 1) sorted by relevance
83 const oldReaddir = binding.readdir; constant84 process.on('beforeExit', () => { binding.readdir = oldReaddir; });96 oldReaddir(path, encoding, types, req);98 const results = oldReaddir(path, encoding, types, req, ctx);