Home | History | Annotate | Download | only in handler

Lines Matching defs:dump_path

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_; }
221 void set_dump_path(const wstring &dump_path) {
222 dump_path_ = dump_path;
240 static bool WriteMinidump(const wstring &dump_path,
250 const wstring& dump_path,
287 void Initialize(const wstring& dump_path,
389 // The directory in which a minidump will be written, set by the dump_path