Searched refs:next_minidump_path_ (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/client/mac/crash_generation/
H A DInspector.h97 string next_minidump_path_ = local
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.h127 UpdateNextID(); // Necessary to put dump_path_ in next_minidump_path_.
209 // path of the next minidump to be written in next_minidump_path_.
224 string next_minidump_path_; member in class:google_breakpad::ExceptionHandler
H A Dexception_handler.cc812 next_minidump_path_ =
815 next_minidump_path_c_ = next_minidump_path_.c_str();
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.h224 UpdateNextID(); // Necessary to put dump_path_ in next_minidump_path_.
380 // path of the next minidump to be written in next_minidump_path_.
398 wstring next_minidump_path_; member in class:google_breakpad::ExceptionHandler
H A Dexception_handler.cc1047 next_minidump_path_ = minidump_path;
1048 next_minidump_path_c_ = next_minidump_path_.c_str();

Completed in 1679 milliseconds