Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp200 constexpr size_t kMonthMatch = 2; variable
201 constexpr size_t kPlatformPatchlevelMatchCount = kMonthMatch + 1;
262 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in getOsPatchlevel()