Home
last modified time | relevance | path

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

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