Searched refs:not_match (Results 1 – 4 of 4) sorted by relevance
/hardware/nxp/keymint/KM200/ |
D | keymint_utils.cpp | 63 int not_match = in getOsVersion() local 66 if (not_match) { in getOsVersion() 86 int not_match = regexec(®ex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel() local 88 if (not_match) { in getPatchlevel()
|
/hardware/interfaces/security/keymint/support/ |
D | keymint_utils.cpp | 64 int not_match = in getOsVersion() local 67 if (not_match) { in getOsVersion() 87 int not_match = regexec(®ex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel() local 89 if (not_match) { in getPatchlevel()
|
/hardware/nxp/keymint/KM300/ |
D | keymint_utils.cpp | 66 int not_match = in getOsVersion() local 69 if (not_match) { in getOsVersion() 89 int not_match = regexec(®ex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel() local 91 if (not_match) { in getPatchlevel()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | keymaster_utils.cpp | 228 int not_match = in getOsVersion() local 231 if (not_match) { in getOsVersion() 254 int not_match = in getOsPatchlevel() local 257 if (not_match) { in getOsPatchlevel()
|