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

  /external/google-breakpad/src/client/solaris/handler/
exception_handler.h 123 dump_path_c_ = dump_path_.c_str();
173 const char *dump_path_c_; member in class:google_breakpad::ExceptionHandler
exception_handler.cc 231 dump_path_c_, guid_str);
253 success = callback_(dump_path_c_, guid_str, callback_context_, success);
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 126 dump_path_c_ = dump_path_.c_str();
227 const char *dump_path_c_; member in class:google_breakpad::ExceptionHandler
exception_handler.cc 413 if (callback_(dump_path_c_, next_minidump_id_c_, callback_context_,
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 223 dump_path_c_ = dump_path_.c_str();
406 const wchar_t* dump_path_c_; member in class:google_breakpad::ExceptionHandler
exception_handler.cc 154 dump_path_c_ = NULL;
822 success = callback(handler.dump_path_c_, handler.next_minidump_id_c_,
    [all...]

Completed in 4344 milliseconds