Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dprotocol.h88 struct __attribute__((__packed__)) CrashInfoDataStatic { struct
94 struct __attribute__((__packed__)) CrashInfoDataDynamic : public CrashInfoDataStatic { argument
106 CrashInfoDataStatic s;
Dcrash_dump.cpp281 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in ReadCrashInfo()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp364 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in debuggerd_dispatch_pseudothread()