Lines Matching refs:Pipe
11 const { Pipe, constants: PipeConstants } = internalBinding('pipe_wrap');
35 // Test Pipe fd is wrapped correctly
49 console.error(`[Pipe]Received data from fd ${clientFd}`);
54 console.error(`[Pipe]Received end from fd ${clientFd}, total ${counter}`);
57 console.error(`[Pipe]Server closed by fd ${clientFd}`);
66 console.error(`[Pipe]Clean up handle with fd ${pair[1].fd}`);
73 assert.fail(`[Pipe server]${err}`);
77 const handle = new Pipe(PipeConstants.SOCKET);
82 console.error(`[Pipe]Bound handle with Pipe ${handle.fd}`);
94 console.error(`[Pipe]Sending data through fd ${oldHandle.fd}`);
97 assert.fail(`[Pipe Client]${err}`);