Searched refs:extra_search_paths (Results 1 – 1 of 1) sorted by relevance
107 def _FindExecutableInPath(relative_executable_path, *extra_search_paths): argument108 search_paths = list(extra_search_paths) + os.environ['PATH'].split(os.pathsep)