Searched refs:boot_prop_value (Results 1 – 1 of 1) sorted by relevance
88 auto boot_prop_value = android::base::GetProperty(boot_prop_name, ""); in Initialize() local89 boot_prop_value = android::base::StringReplace(boot_prop_value.data(), "-", in Initialize()91 boot_req.boot_patchlevel = std::stoi(boot_prop_value); in Initialize()