Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc521 const wchar_t* kPipeName1 = L"\\\\.\\pipe\\iohandler_pipe1"; in RunTest_WaitForIO() local
524 CreateNamedPipe(kPipeName1, PIPE_ACCESS_OUTBOUND, 0, 1, 0, 0, 0, NULL)); in RunTest_WaitForIO()
538 TestIOHandler handler1(kPipeName1, callback1_called.Get(), false); in RunTest_WaitForIO()