Searched refs:SEARCH_DIR_RE (Results 1 – 2 of 2) sorted by relevance
69 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable74 search_dir = SEARCH_DIR_RE.match(find_cmd).group(1).strip()
55 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable