Searched refs:full_dump_file (Results 1 – 2 of 2) sorted by relevance
106 static std::wstring full_dump_file; member in __anoncf06e6230111::ExceptionHandlerTest110 std::wstring ExceptionHandlerTest::full_dump_file; member in __anoncf06e6230111::ExceptionHandlerTest138 if (!full_dump_file.empty()) { in TearDown()139 ::DeleteFile(full_dump_file.c_str()); in TearDown()140 full_dump_file = L""; in TearDown()159 full_dump_file = dump_file.substr(0, dump_file.length() - 4) + L"-full.dmp"; in ClientDumpCallback()241 ASSERT_TRUE(dump_file.empty() && full_dump_file.empty()); in TEST_F()248 ASSERT_TRUE(!dump_file.empty() && !full_dump_file.empty()); in TEST_F()253 DumpAnalysis full(full_dump_file); in TEST_F()312 ASSERT_TRUE(dump_file.empty() && full_dump_file.empty()); in TEST_F()[all …]
69 void SetFullDumpFile(const HANDLE full_dump_file) { in SetFullDumpFile() argument70 full_dump_file_ = full_dump_file; in SetFullDumpFile()