Home
last modified time | relevance | path

Searched refs:kMaskAppType (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/install/include/private/
Dasn1_decoder.h38 static constexpr int kMaskAppType = 0x1F; variable
/bootable/recovery/install/
Dasn1_decoder.cpp85 app_ctx->app_type_ = type & kMaskAppType; in asn1_constructed_get()