Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dprotocol.h94 struct __attribute__((__packed__)) CrashInfoDataDynamic : public CrashInfoDataStatic { struct
107 CrashInfoDataDynamic d; argument
Dcrash_dump.cpp285 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataDynamic); in ReadCrashInfo()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp357 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataDynamic); in debuggerd_dispatch_pseudothread()