Home
last modified time | relevance | path

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

/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.h48 return process_socket_; in GetDeathSignalSocket()
77 int process_socket_; variable
Dcrash_handler_host_linux.cc102 process_socket_ = fds[0]; in CrashHandlerHostLinux()
111 close(process_socket_); in ~CrashHandlerHostLinux()
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.h43 return process_socket_; in GetDeathSignalSocket()
86 int process_socket_; variable
Dcrash_handler_host_linux_stub.cc13 : process_socket_(-1), in CrashHandlerHostLinux()
Dcrash_handler_host_linux.cc79 process_socket_ = fds[0]; in CrashHandlerHostLinux()
88 HANDLE_EINTR(close(process_socket_)); in ~CrashHandlerHostLinux()