Home
last modified time | relevance | path

Searched refs:next_minidump_path_ (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/client/ios/
Dexception_handler_no_mach.cc255 next_minidump_path_ = in UpdateNextID()
258 next_minidump_path_c_ = next_minidump_path_.c_str(); in UpdateNextID()
Dexception_handler_no_mach.h152 string next_minidump_path_; variable
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h97 string next_minidump_path_ = in MinidumpLocation() local
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.h224 string next_minidump_path_; variable
Dexception_handler.cc817 next_minidump_path_ = in UpdateNextID()
820 next_minidump_path_c_ = next_minidump_path_.c_str(); in UpdateNextID()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h400 wstring next_minidump_path_; variable
Dexception_handler.cc1056 next_minidump_path_ = minidump_path; in UpdateNextID()
1057 next_minidump_path_c_ = next_minidump_path_.c_str(); in UpdateNextID()