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

  /test/vts/utils/python/coverage/
coverage_utils.py 210 for gcda_name in gcda_dict:
211 gcda_stream = io.BytesIO(gcda_dict[gcda_name])
215 logging.info("No matching gcno file for gcda: %s", gcda_name)
222 logging.error("Error parsing gcno for gcda %s", gcda_name)
225 file_name = gcda_name.rsplit(".", 1)[0]
229 logging.error("No source file found for gcda %s.", gcda_name)
236 logging.error("Error parsing gcda file %s", gcda_name)
335 gcda_name = file_name + GCDA_SUFFIX
336 if gcda_name not in gcda_dict:
337 logging.error("No gcda file found %s.", gcda_name)
    [all...]
gcda_parser.py 146 gcda_name = self.ReadString()

Completed in 241 milliseconds