Searched refs:SANCOV_FILE_RE (Results 1 – 2 of 2) sorted by relevance
51 SANCOV_FILE_RE = re.compile(r'^(.*)\.test\.\d+\.\d+\.sancov$') variable132 match = SANCOV_FILE_RE.match(f)
99 SANCOV_FILE_RE = re.compile(r'^(.*)\.result.sancov$') variable345 match = SANCOV_FILE_RE.match(sancov_file)