HomeSort by relevance Sort by last modified time
    Searched refs:dump_path (Results 1 - 25 of 31) sorted by null

1 2

  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 102 // Minidump files will be written to dump_path, and the optional callback
109 ExceptionHandler(const string &dump_path,
123 string dump_path() const { return dump_path_; } function in class:google_breakpad::ExceptionHandler
124 void set_dump_path(const string &dump_path) {
125 dump_path_ = dump_path;
140 static bool WriteMinidump(const string &dump_path, MinidumpCallback callback,
142 return WriteMinidump(dump_path, false, callback, callback_context);
145 static bool WriteMinidump(const string &dump_path,
154 const std::string &dump_path,
exception_handler.cc 223 ExceptionHandler::ExceptionHandler(const string &dump_path,
242 set_dump_path(dump_path);
307 bool ExceptionHandler::WriteMinidump(const string &dump_path,
311 ExceptionHandler handler(dump_path, NULL, callback, callback_context, false,
319 const string &dump_path,
326 string dump_filename = generator.UniqueNameInDirectory(dump_path, &dump_id);
343 return callback(dump_path.c_str(), dump_id.c_str(),
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.h 86 // file is <dump_path>/<minidump_id>.dmp. context is the parameter supplied
100 typedef bool (*MinidumpCallback)(const char *dump_path,
108 // minidump. Minidump files will be written to dump_path, and the optional
113 ExceptionHandler(const string &dump_path,
120 string dump_path() const { return dump_path_; } function in class:google_breakpad::ExceptionHandler
121 void set_dump_path(const string &dump_path) {
122 dump_path_ = dump_path;
132 static bool WriteMinidump(const string &dump_path,
168 // The directory in which a minidump will be written, set by the dump_path
exception_handler.cc 62 ExceptionHandler::ExceptionHandler(const string &dump_path,
72 set_dump_path(dump_path);
119 bool ExceptionHandler::WriteMinidump(const string &dump_path,
122 ExceptionHandler handler(dump_path, NULL, callback,
exception_handler_test.cc 94 static bool MinidumpCallback(const char *dump_path,
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc 49 const std::string &dump_path)
57 dump_dir_(dump_path.empty() ? "/tmp" : dump_path),
118 std::string dump_path; local
123 dump_path = generator.UniqueNameInDirectory(dump_dir_, NULL);
131 result = generator.Write(dump_path.c_str());
137 dump_callback_(dump_context_, client, dump_path);
Inspector.h 94 string dump_path(minidump_dir_path_);
98 (MinidumpGenerator::UniqueNameInDirectory(dump_path, &next_minidump_id));
crash_generation_server.h 84 // dump_path: Path for generating dumps; required only if true is
94 const std::string &dump_path);
  /external/google-breakpad/src/processor/testdata/
linux_test_app.cc 54 static bool callback(const char *dump_path, const char *id,
test_app.cc 41 static bool callback(const wchar_t *dump_path, const wchar_t *id,
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 116 // file is <dump_path>\<minidump_id>.dmp. context is the parameter supplied
138 typedef bool (*MinidumpCallback)(const wchar_t* dump_path,
164 // minidump. Minidump files will be written to dump_path, and the optional
167 ExceptionHandler(const wstring& dump_path,
178 ExceptionHandler(const wstring& dump_path,
189 ExceptionHandler(const wstring& dump_path,
210 ExceptionHandler(const wstring& dump_path,
220 wstring dump_path() const { return dump_path_; } function in class:google_breakpad::ExceptionHandler
221 void set_dump_path(const wstring &dump_path) {
222 dump_path_ = dump_path;
    [all...]
exception_handler.cc 61 ExceptionHandler::ExceptionHandler(const wstring& dump_path,
69 Initialize(dump_path,
81 ExceptionHandler::ExceptionHandler(const wstring& dump_path,
89 Initialize(dump_path,
102 const wstring& dump_path,
110 Initialize(dump_path,
122 ExceptionHandler::ExceptionHandler(const wstring &dump_path,
127 Initialize(dump_path,
140 const wstring& dump_path,
246 set_dump_path(dump_path);
    [all...]
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h 66 // Parameter dump_path: Path for generating dumps; required only if true is
74 const string* dump_path);
crash_generation_server.cc 63 const string* dump_path) :
72 if (dump_path)
73 dump_dir_ = *dump_path;
  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 168 static bool WriteMinidump(const string& dump_path,
185 const string& dump_path,
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 56 MinidumpGenerator(const std::wstring& dump_path,
76 bool GenerateDumpFile(std::wstring* dump_path);
94 // dump file path in the dump_path parameter if dump generation
crash_generation_server.cc 109 const std::wstring* dump_path)
124 dump_path_(dump_path ? *dump_path : L""),
883 std::wstring dump_path; local
885 if (!GenerateDump(client_info, &dump_path)) {
892 std::wstring* ptr_dump_path = (dump_path == L"") ? NULL : &dump_path;
900 std::wstring* dump_path) {
    [all...]
crash_generation_server.h 82 // Parameter dump_path: Path for generating dumps; required only if true is
95 const std::wstring* dump_path);
203 bool GenerateDump(const ClientInfo& client, std::wstring* dump_path);
minidump_generator.cc 252 const std::wstring& dump_path,
263 dump_path_(dump_path),
457 bool MinidumpGenerator::GenerateDumpFile(wstring* dump_path) {
481 *dump_path = dump_file_path;
  /test/vts-testcase/vndk/golden/
dump_abi.py 93 def DumpSymbols(lib_path, dump_path):
100 dump_path: The path to the dump file.
120 with open(dump_path, "w") as dump_file:
122 return "Output: " + dump_path
125 def DumpVtables(lib_path, dump_path, dumper_dir):
132 dump_path: The path to the text file.
148 with open(dump_path, "w+") as dump_file:
150 return "Output: " + dump_path
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.cc 96 const std::wstring *dump_path);
98 static bool DumpCallback(const wchar_t* dump_path,
156 const wstring *dump_path) {
157 dump_file = *dump_path;
163 bool ExceptionHandlerTest::DumpCallback(const wchar_t* dump_path,
169 dump_file = dump_path;
236 wstring dump_path(temp_path_);
239 NULL, true, &dump_path);
307 wstring dump_path(temp_path_);
310 NULL, true, &dump_path);
    [all...]
exception_handler_death_test.cc 103 bool MinidumpWrittenCallback(const wchar_t* dump_path,
109 if (succeeded && DoesPathExist(dump_path)) {
146 const std::wstring *dump_path) {
201 std::wstring dump_path(temp_path_);
204 NULL, true, &dump_path);
224 std::wstring dump_path(temp_path_);
227 NULL, true, &dump_path);
exception_handler_nesting_test.cc 87 // file is <dump_path>\<minidump_id>.dmp. context is the parameter supplied
110 bool MinidumpWrittenCallback(const wchar_t* dump_path,
119 DoesPathExist(dump_path)) {
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 43 const char *dump_path; member in struct:hook_ctx
76 } else if (ctx->dump_path != NULL) {
77 if ((dumpfile = fopen(ctx->dump_path, "w+")) == NULL)
78 err(1, "fopen %s", ctx->dump_path);
81 err(1, "fwrite type %s", ctx->dump_path);
85 err(1, "fwrite body %s", ctx->dump_path);
201 const char *dump_path, struct sshbuf *replace_data)
234 hook_ctx.dump_path = dump_path;
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 180 bool ShowDumpResults(const wchar_t* dump_path,
219 const wstring* dump_path) {
285 std::wstring dump_path = L"C:\\Dumps\\"; local
287 if (_wmkdir(dump_path.c_str()) && (errno != EEXIST)) {
303 &dump_path);

Completed in 591 milliseconds

1 2