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.py56 def run_and_compare(self, input_path, expected_path, cflags=[]): argument
57 with open(expected_path, 'r') as f:
69 expected_path = os.path.join(EXPECTED_DIR, name)
70 self.run_and_compare(input_path, expected_path, cflags)