Home
last modified time | relevance | path

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

/external/boringssl/src/util/bot/go/
Dbootstrap.py117 def install_toolset(toolset_root, url): argument
122 if not os.path.exists(toolset_root):
123 os.makedirs(toolset_root)
124 pkg_path = os.path.join(toolset_root, url[url.rfind('/')+1:])
132 f.extractall(toolset_root)
135 f.extractall(toolset_root)
140 if not check_hello_world(toolset_root):
166 def check_hello_world(toolset_root): argument
168 with temp_dir(toolset_root) as tmp:
175 [get_go_exe(toolset_root), 'run', path],
[all …]