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.cc522 const wchar_t* kPipeName2 = L"\\\\.\\pipe\\iohandler_pipe2"; in RunTest_WaitForIO() local
526 CreateNamedPipe(kPipeName2, PIPE_ACCESS_OUTBOUND, 0, 1, 0, 0, 0, NULL)); in RunTest_WaitForIO()
539 TestIOHandler handler2(kPipeName2, callback2_called.Get(), true); in RunTest_WaitForIO()