Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dprotocol.h84 struct __attribute__((__packed__)) CrashInfoHeader { struct
104 CrashInfoHeader header; argument
Dcrash_dump.cpp281 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in ReadCrashInfo()
285 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataDynamic); in ReadCrashInfo()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp357 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataDynamic); in debuggerd_dispatch_pseudothread()
364 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in debuggerd_dispatch_pseudothread()