Home
last modified time | relevance | path

Searched defs:DumpJobInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/breakpad/tools/
Dcrash_service.cc133 struct DumpJobInfo { struct
134 DWORD pid;
135 CrashService* self;
136 CrashMap map;
137 std::wstring dump_path;
139 DumpJobInfo(DWORD process_id, CrashService* service, in DumpJobInfo() argument