Searched refs:is_android_dt_value_expected (Results 1 – 4 of 4) sorted by relevance
62 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content);
394 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content)… in is_android_dt_value_expected() function
418 if (!is_android_dt_value_expected("compatible", "android,firmware")) { in process_kernel_dt()
144 return is_android_dt_value_expected("vbmeta/compatible", "android,vbmeta"); in IsDtVbmetaCompatible()