Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster_configuration.cpp53 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() function
97 uint32_t major = match_to_uint32(version_str, matches[kMajorVersionMatch]); in GetOsVersion()
98 uint32_t minor = match_to_uint32(version_str, matches[kMinorVersionMatch]); in GetOsVersion()
99 uint32_t subminor = match_to_uint32(version_str, matches[kSubminorVersionMatch]); in GetOsVersion()
117 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in GetOsPatchlevel()
118 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in GetOsPatchlevel()