Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/tests/
Dtest.py54 def run_and_compare(self, input_path, expected_path, cflags=[]): argument
55 with open(expected_path, 'r') as f:
62 expected_path = os.path.join(EXPECTED_DIR, name)
63 self.run_and_compare(input_path, expected_path, cflags)