Home
last modified time | relevance | path

Searched refs:dump_path_ (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.h120 string dump_path() const { return dump_path_; } in dump_path()
122 dump_path_ = dump_path; in set_dump_path()
123 dump_path_c_ = dump_path_.c_str(); in set_dump_path()
170 string dump_path_; variable
Dexception_handler.cc70 dump_path_(), in ExceptionHandler()
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.h123 string dump_path() const { return dump_path_; } in dump_path()
125 dump_path_ = dump_path; in set_dump_path()
126 dump_path_c_ = dump_path_.c_str(); in set_dump_path()
218 string dump_path_; variable
Dexception_handler.cc229 : dump_path_(), in ExceptionHandler()
256 : dump_path_(), in ExceptionHandler()
390 if (!dump_path_.empty()) { in WriteMinidumpWithException()
813 (MinidumpGenerator::UniqueNameInDirectory(dump_path_, &next_minidump_id_)); in UpdateNextID()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h220 wstring dump_path() const { return dump_path_; } in dump_path()
222 dump_path_ = dump_path; in set_dump_path()
223 dump_path_c_ = dump_path_.c_str(); in set_dump_path()
391 wstring dump_path_; variable
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc64 dump_path_ = temp_dir_path; in MinidumpTest()
107 MinidumpGenerator generator(dump_path_, in WriteDump()
127 std::wstring dump_path_; member in __anoncfe2859b0111::MinidumpTest
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc263 dump_path_(dump_path), in MinidumpGenerator()
575 *file_path = dump_path_ + TEXT("\\") + id_str + TEXT(".dmp"); in GenerateDumpFilePath()
Dminidump_generator.h169 std::wstring dump_path_; variable
Dcrash_generation_server.h272 const std::wstring dump_path_; variable
Dcrash_generation_server.cc124 dump_path_(dump_path ? *dump_path : L""), in CrashGenerationServer()
916 MinidumpGenerator dump_generator(dump_path_, in GenerateDump()