Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_utils_unittest.py546 self.assertEqual(True, atest_utils.matched_tf_error_log(matched_content))
549 False, atest_utils.matched_tf_error_log(not_matched_content)
Datest_utils.py1015 if matched_tf_error_log(line.decode()):
1022 def matched_tf_error_log(content): function