Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_fstab.cpp183 static bool read_dt_file(const std::string& file_name, std::string* dt_value) in read_dt_file() argument
185 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() local
390 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() local
470 if (read_dt_file(file_name, &dt_value)) { in is_dt_compatible()
471 if (dt_value == "android,firmware") { in is_dt_compatible()