Home
last modified time | relevance | path

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

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