Searched refs:patchlevel (Results 1 – 4 of 4) sorted by relevance
121 std::string patchlevel = wait_and_get_property(kPlatformPatchlevelProp); in getOsPatchlevel() local122 return getPatchlevel(patchlevel.c_str(), PatchlevelOutput::kYearMonth); in getOsPatchlevel()126 std::string patchlevel = wait_and_get_property(kVendorPatchlevelProp); in getVendorPatchlevel() local127 return getPatchlevel(patchlevel.c_str(), PatchlevelOutput::kYearMonthDay); in getVendorPatchlevel()
271 std::string patchlevel = wait_and_get_property(kPlatformPatchlevelProp); in getOsPatchlevel() local272 return getOsPatchlevel(patchlevel.c_str()); in getOsPatchlevel()
583 * different from the currently-running system patchlevel must cause begin(),591 * The IKeymasterDevice HAL must read the current system patchlevel from the system property594 * another patchlevel until after the next boot.776 * different from the currently-running system patchlevel must cause begin(),785 * The IKeymasterDevice HAL must read the current vendor patchlevel from the system property788 * patchlevel until after the next boot.798 * Tag::BOOT_PATCHLEVEL value different from the currently-running system patchlevel must
176 auto patchlevel = allAuths.GetTagValue(TAG_BOOT_PATCHLEVEL); in boot_patch_level() local177 if (patchlevel.has_value()) { in boot_patch_level()178 return patchlevel.value(); in boot_patch_level()