HomeSort by relevance Sort by last modified time
    Searched refs:expected_file_path (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/vtable-dumper/tests/
test_vndk_vtable_dumper.py 182 def check_output(self, expected_file_path, actual):
185 with open(expected_file_path, 'r') as f:
190 fromfile=expected_file_path,
  /development/vndk/tools/definition-tool/tests/
test_elfdump.py 99 expected_file_path = os.path.join(self.expected_dir, expected_file_name)
100 with open(expected_file_path, 'r') as f:

Completed in 393 milliseconds