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

  /external/google-breakpad/src/client/solaris/handler/
exception_handler.h 120 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
exception_handler.cc 70 dump_path_(),
  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 123 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
exception_handler.cc 229 : 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/
exception_handler.h 220 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/
minidump_generator.h 169 std::wstring dump_path_; member in class:google_breakpad::MinidumpGenerator
crash_generation_server.h 272 const std::wstring dump_path_; member in class:google_breakpad::CrashGenerationServer
crash_generation_server.cc 124 dump_path_(dump_path ? *dump_path : L""),
916 MinidumpGenerator dump_generator(dump_path_,
    [all...]
minidump_generator.cc 263 dump_path_(dump_path),
575 *file_path = dump_path_ + TEXT("\\") + id_str + TEXT(".dmp");
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 64 dump_path_ = temp_dir_path;
107 MinidumpGenerator generator(dump_path_,
127 std::wstring dump_path_; member in class:__anon11346::MinidumpTest

Completed in 1240 milliseconds