Home
last modified time | relevance | path

Searched refs:kPipeName2 (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc713 const wchar_t* kPipeName2 = L"\\\\.\\pipe\\iohandler_pipe2"; in RunTest_WaitForIO() local
717 CreateNamedPipe(kPipeName2, PIPE_ACCESS_OUTBOUND, 0, 1, 0, 0, 0, NULL)); in RunTest_WaitForIO()
727 TestIOHandler handler2(kPipeName2, callback2_called.Get(), true); in RunTest_WaitForIO()