Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/default/hal/
Dlib.rs107 let boot_patchlevel_prop = get_property("ro.vendor.boot_security_patch").unwrap_or_else(|e| { in get_boot_info() localVariable
113 kmr_hal::env::extract_patchlevel(&boot_patchlevel_prop).unwrap_or(19700919); in get_boot_info()