HomeSort by relevance Sort by last modified time
    Searched full:match_to_uint32 (Results 1 - 1 of 1) sorted by null

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

Completed in 64 milliseconds