Searched refs:kPipeName1 (Results 1 – 1 of 1) sorted by relevance
1270 const wchar_t* kPipeName1 = L"\\\\.\\pipe\\iohandler_pipe1"; in RunTest_WaitForIO() local1272 ScopedHandle server1(CreateNamedPipe(kPipeName1, PIPE_ACCESS_OUTBOUND, 0, 1, in RunTest_WaitForIO()1287 TestIOHandler handler1(kPipeName1, callback1_called, false); in RunTest_WaitForIO()