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
99 CrashInfoHeader header; argument
Dcrash_dump.cpp267 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataV1); in ReadCrashInfo()
271 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataV2); in ReadCrashInfo()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp345 constexpr size_t expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataV2); in debuggerd_dispatch_pseudothread()