Searched refs:kPipeName (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc41 const wchar_t kPipeName[] = member in namespace:__anon6842
63 : crash_generation_server_(kPipeName,
106 HANDLE pipe = CreateFile(kPipeName,
118 ASSERT_TRUE(WaitNamedPipe(kPipeName, 500));
120 pipe = CreateFile(kPipeName,
H A Dexception_handler_death_test.cc50 const wchar_t kPipeName[] = L"\\\\.\\pipe\\BreakpadCrashTest\\TestCaseServer"; member in namespace:__anon6843
156 new google_breakpad::CrashGenerationClient(kPipeName,
176 kPipeName,
203 kPipeName, NULL, NULL, NULL, &clientDumpCallback, NULL, NULL, NULL, NULL,
226 kPipeName, NULL, NULL, NULL, &clientDumpCallback, NULL, NULL, NULL, NULL,
H A Dexception_handler_test.cc65 const wchar_t kPipeName[] = L"\\\\.\\pipe\\BreakpadCrashTest\\TestCaseServer"; member in namespace:__anon6845
181 kFullDumpType, kPipeName, NULL);
213 kFullDumpType, kPipeName, NULL);
238 kPipeName, NULL, NULL, NULL, ClientDumpCallback, NULL, NULL, NULL, NULL,
309 kPipeName, NULL, NULL, NULL, ClientDumpCallback, NULL, NULL, NULL, NULL,
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc48 const wchar_t kPipeName[] = L"\\\\.\\pipe\\BreakpadCrashServices\\TestServer"; member in namespace:google_breakpad
292 crash_server = new CrashGenerationServer(kPipeName,
492 kPipeName,
/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc484 const wchar_t* kPipeName = L"\\\\.\\pipe\\iohandler_pipe"; local
486 CreateNamedPipe(kPipeName, PIPE_ACCESS_OUTBOUND, 0, 1, 0, 0, 0, NULL));
497 TestIOHandler handler(kPipeName, callback_called.Get(), false);

Completed in 349 milliseconds