Home
last modified time | relevance | path

Searched refs:kPipeName (Results 1 – 4 of 4) 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_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()
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()
/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()