Home
last modified time | relevance | path

Searched refs:extra_search_paths (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py106 def _FindExecutableInPath(relative_executable_path, *extra_search_paths): argument
107 search_paths = list(extra_search_paths) + os.environ['PATH'].split(os.pathsep)