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

/system/keymaster/
H A Dkeymaster_configuration.cpp53 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { function in namespace:keymaster::__anon1770
92 uint32_t major = match_to_uint32(version_str, matches[kMajorVersionMatch]);
93 uint32_t minor = match_to_uint32(version_str, matches[kMinorVersionMatch]);
94 uint32_t subminor = match_to_uint32(version_str, matches[kSubminorVersionMatch]);
121 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]);
122 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]);

Completed in 38 milliseconds