Searched refs:SEARCH_DIR_RE (Results 1 – 4 of 4) sorted by relevance
81 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable86 search_dir = SEARCH_DIR_RE.match(find_cmd).group(1).strip()
56 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable
59 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable
89 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable94 search_dir = SEARCH_DIR_RE.match(find_cmd).group(1).strip()