Searched refs:full_memory_dump (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
H A Dminidump_generator.cc306 bool full_memory_dump = (dump_type_ & MiniDumpWithFullMemory) != 0; local
308 (full_memory_dump && full_dump_file_ == INVALID_HANDLE_VALUE)) {
426 if (full_memory_dump) {

Completed in 56 milliseconds