Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster_configuration.cpp43 constexpr size_t kMinorVersionMatch = 3; variable
98 uint32_t minor = match_to_uint32(version_str, matches[kMinorVersionMatch]); in GetOsVersion()