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
110 CrashInfoDataStatic s;
Dcrash_dump.cpp312 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in ReadCrashInfo()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp404 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in debuggerd_dispatch_pseudothread()
407 sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic) == kHeaderSize + sizeof(uintptr_t), in debuggerd_dispatch_pseudothread()