Home
last modified time | relevance | path

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

/external/libese/ready_se/google/keymint/KM200/HAL/
Dkeymint_utils.cpp80 uint32_t getPatchlevel(const char* patchlevel_str, PatchlevelOutput detail) { in getPatchlevel() argument
87 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel()
93 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getPatchlevel()
94 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in getPatchlevel()
102 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel()
/external/libese/ready_se/google/keymint/KM300/HAL/
Dkeymint_utils.cpp80 uint32_t getPatchlevel(const char* patchlevel_str, PatchlevelOutput detail) { in getPatchlevel() argument
87 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel()
93 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getPatchlevel()
94 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in getPatchlevel()
102 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel()