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

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

Completed in 6614 milliseconds