Home
last modified time | relevance | path

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

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