Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dutil.h67 bool read_android_dt_file(const std::string& sub_path, std::string* dt_content);
68 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content);
H A Dutil.cpp409 bool read_android_dt_file(const std::string& sub_path, std::string* dt_content) { in read_android_dt_file() argument
410 const std::string file_name = get_android_dt_dir() + sub_path; in read_android_dt_file()
420 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content)… in is_android_dt_value_expected() argument
422 if (read_android_dt_file(sub_path, &dt_content)) { in is_android_dt_value_expected()