Home
last modified time | relevance | path

Searched refs:kPlatformPatchlevelProp (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/keymint/KM200/
Dkeymint_utils.cpp32 constexpr char kPlatformPatchlevelProp[] = "ro.build.version.security_patch"; variable
120 std::string patchlevel = wait_and_get_property(kPlatformPatchlevelProp); in getOsPatchlevel()
/hardware/interfaces/security/keymint/support/
Dkeymint_utils.cpp33 constexpr char kPlatformPatchlevelProp[] = "ro.build.version.security_patch"; variable
121 std::string patchlevel = wait_and_get_property(kPlatformPatchlevelProp); in getOsPatchlevel()
/hardware/nxp/keymint/KM300/
Dkeymint_utils.cpp33 constexpr char kPlatformPatchlevelProp[] = "ro.build.version.security_patch"; variable
123 std::string patchlevel = wait_and_get_property(kPlatformPatchlevelProp); in getOsPatchlevel()
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp197 constexpr char kPlatformPatchlevelProp[] = "ro.build.version.security_patch"; variable
271 std::string patchlevel = wait_and_get_property(kPlatformPatchlevelProp); in getOsPatchlevel()