Home
last modified time | relevance | path

Searched refs:DumpCallback (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/android/sample_app/jni/
Dtest_breakpad.cpp37 bool DumpCallback(const google_breakpad::MinidumpDescriptor& descriptor, in DumpCallback() function
53 google_breakpad::ExceptionHandler eh(descriptor, NULL, DumpCallback, in main()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc98 static bool DumpCallback(const wchar_t* dump_path,
163 bool ExceptionHandlerTest::DumpCallback(const wchar_t* dump_path, in DumpCallback() function in __anon5132e4040111::ExceptionHandlerTest
376 DumpCallback, in TEST_F()
414 DumpCallback, in TEST_F()
468 DumpCallback, in TEST_F()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp484 static dw_offset_t DumpCallback in DumpCallback() function
677 DWARFDebugInfo::Parse(dwarf2Data, DumpCallback, &dumpInfo); in Dump()
700 DumpCallback(m_dwarf2Data, (DWARFCompileUnitSP&)cu_sp, NULL, 0, curr_depth, &dumpInfo); in Dump()