Searched refs:sub_path (Results 1 – 2 of 2) sorted by relevance
67 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);
409 bool read_android_dt_file(const std::string& sub_path, std::string* dt_content) { in read_android_dt_file() argument410 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() argument422 if (read_android_dt_file(sub_path, &dt_content)) { in is_android_dt_value_expected()