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...] |