Home | Sort by relevance Sort by last modified time |
/external/google-breakpad/src/client/solaris/handler/ | |
exception_handler.h | 121 void set_dump_path(const string &dump_path) { function in class:google_breakpad::ExceptionHandler 169 // argument to the constructor, or set_dump_path. |
exception_handler.cc | 72 set_dump_path(dump_path); |
/external/google-breakpad/src/client/mac/handler/ | |
exception_handler.h | 124 void set_dump_path(const string &dump_path) { function in class:google_breakpad::ExceptionHandler |
exception_handler.cc | 242 set_dump_path(dump_path); |
/external/google-breakpad/src/client/windows/handler/ | |
exception_handler.h | 221 void set_dump_path(const wstring &dump_path) { function in class:google_breakpad::ExceptionHandler 390 // argument to the constructor, or set_dump_path. |
exception_handler.cc | 244 // set_dump_path calls UpdateNextID. This sets up all of the path and id 246 set_dump_path(dump_path); [all...] |