Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster_configuration.cpp50 constexpr size_t kMonthMatch = 2; variable
51 constexpr size_t kPlatformPatchlevelMatchCount = kMonthMatch + 1;
118 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in GetOsPatchlevel()