Searched refs:kMaskAppType (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/ | ||
D | asn1_decoder.h | 37 static constexpr int kMaskAppType = 0x1F; variable |
D | asn1_decoder.cpp | 87 app_ctx->app_type_ = type & kMaskAppType; in asn1_constructed_get() |