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