HomeSort by relevance Sort by last modified time
    Searched defs:dump_path (Results 1 - 11 of 11) sorted by null

  /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
  /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);
  /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,
  /external/google-breakpad/src/client/windows/crash_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...]
  /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...]
  /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);
  /external/e2fsprogs/lib/ext2fs/
extent.c 127 static void dump_path(const char *tag, struct ext2_extent_handle *handle, function
159 #define dump_path(tag, handle, path) do { } while (0) macro
876 dump_path(__func__, handle, path);
    [all...]
  /external/syslinux/com32/hdt/
hdt-common.h 218 char dump_path[255]; /* Dump path on the tftp server */ member in struct:s_hardware
  /external/mesa3d/src/mesa/main/
shaderapi.c 1653 char *dump_path; local
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 2932 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { function
    [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp 2932 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { function
    [all...]

Completed in 2492 milliseconds