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