Home
last modified time | relevance | path

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

/ndk/tests/
Dtests.py269 def run_case(self, out_dir, test_case, golden_out_path, test_filters): argument
276 out_path = os.path.join(out_dir, os.path.basename(golden_out_path))
287 if filecmp.cmp(out_path, golden_out_path):
292 with open(golden_out_path) as golden_out_file: