HomeSort by relevance Sort by last modified time
    Searched refs:pipe_handle (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.h 69 CrashGenerationClient(HANDLE pipe_handle,
crash_generation_client.cc 114 HANDLE pipe_handle,
118 pipe_handle_(pipe_handle),
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 188 // out-of-process dump generation if the given pipe_handle is not NULL.
195 HANDLE pipe_handle,
294 HANDLE pipe_handle,
exception_handler.cc 76 NULL, // pipe_handle
87 HANDLE pipe_handle,
96 pipe_handle,
117 NULL, // pipe_handle
134 NULL, // pipe_handle
147 HANDLE pipe_handle,
187 } else if (pipe_handle) {
189 new CrashGenerationClient(pipe_handle, dump_type_, custom_info));
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
array_common_test.h 75 ScopedMessagePipeHandle pipe_handle = std::move(handles2[0]); local
76 EXPECT_TRUE(pipe_handle.is_valid());

Completed in 80 milliseconds