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()
84 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable89 search_dir = SEARCH_DIR_RE.match(find_cmd).group(1).strip()
57 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable
56 SEARCH_DIR_RE = re.compile(r'^find ([^ ]*).*$') variable