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

  /test/vts/utils/python/coverage/
coverage_report_test.py 39 gcda_path = os.path.join(dir_path, cls.GOLDEN_GCDA_PATH)
40 with open(gcda_path, 'rb') as file:
gcda_parser_test.py 127 gcda_path = os.path.join(dir_path, self.GOLDEN_GCDA_PATH)
129 gcda_parser.ParseGcdaFile(gcda_path, summary)

Completed in 111 milliseconds