Searched refs:_FindExecutableInPath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/util/
H A Dcloud_storage.py43 if SupportsProdaccess(gsutil_path) and _FindExecutableInPath('prodaccess'):
73 def _FindExecutableInPath(relative_executable_path, *extra_search_paths): function
95 gsutil_path = _FindExecutableInPath(
101 gsutil_path = _FindExecutableInPath('gsutil', _DOWNLOAD_PATH)

Completed in 303 milliseconds