Searched refs:DUMP_FILE_RE (Results 1 – 1 of 1) sorted by relevance
2823 DUMP_FILE_RE = re.compile(r"[-_0-9a-zA-Z][-\._0-9a-zA-Z]*\.dmp$") variable2850 if not DUMP_FILE_RE.match(name):2865 if not DUMP_FILE_RE.match(name):2888 if DUMP_FILE_RE.match(fname):