HomeSort by relevance Sort by last modified time
    Searched full:full_dump_file (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.cc 106 static std::wstring full_dump_file; member in class:__anon12207::ExceptionHandlerTest
110 std::wstring ExceptionHandlerTest::full_dump_file; member in class:__anon12207::ExceptionHandlerTest
138 if (!full_dump_file.empty()) {
139 ::DeleteFile(full_dump_file.c_str());
140 full_dump_file = L"";
159 full_dump_file = dump_file.substr(0, dump_file.length() - 4) + L"-full.dmp";
241 ASSERT_TRUE(dump_file.empty() && full_dump_file.empty());
248 ASSERT_TRUE(!dump_file.empty() && !full_dump_file.empty());
253 DumpAnalysis full(full_dump_file);
312 ASSERT_TRUE(dump_file.empty() && full_dump_file.empty())
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 69 void SetFullDumpFile(const HANDLE full_dump_file) {
70 full_dump_file_ = full_dump_file;

Completed in 81 milliseconds