Home
last modified time | relevance | path

Searched refs:full_dump_file (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc106 static std::wstring full_dump_file; member in __anoncf06e6230111::ExceptionHandlerTest
110 std::wstring ExceptionHandlerTest::full_dump_file; member in __anoncf06e6230111::ExceptionHandlerTest
138 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 …]
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.h69 void SetFullDumpFile(const HANDLE full_dump_file) { in SetFullDumpFile() argument
70 full_dump_file_ = full_dump_file; in SetFullDumpFile()