Searched refs:dt_value (Results 1 – 1 of 1) sorted by relevance
183 static bool read_dt_file(const std::string& file_name, std::string* dt_value) in read_dt_file() argument185 if (android::base::ReadFileToString(file_name, dt_value)) { in read_dt_file()186 if (!dt_value->empty()) { in read_dt_file()189 dt_value->resize(dt_value->size() - 1); in read_dt_file()388 std::string dt_value; in is_dt_fstab_compatible() local390 if (read_dt_file(file_name, &dt_value)) { in is_dt_fstab_compatible()391 if (dt_value == "android,fstab") { in is_dt_fstab_compatible()469 std::string dt_value; in is_dt_compatible() local470 if (read_dt_file(file_name, &dt_value)) { in is_dt_compatible()471 if (dt_value == "android,firmware") { in is_dt_compatible()