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