Home
last modified time | relevance | path

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

/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dwebpagereplay_go_server.py156 def SetGoBinaryPath(cls, go_binary_path): argument
168 if not os.path.exists(go_binary_path):
170 .format(go_binary_path))
171 cls._go_binary_path = go_binary_path
182 def _GetCommandLine(go_binary_path, http_port, https_port, argument
204 cmd_line = [go_binary_path]
/aosp_15_r20/external/cronet/build/android/pylib/utils/
H A Dchrome_proxy_utils.py66 def SetServerBinaryPath(go_binary_path): argument
68 webpagereplay_go_server.ReplayServer.SetGoBinaryPath(go_binary_path)
133 def SetWPRServerBinary(go_binary_path): argument
135 WPRServer.SetServerBinaryPath(go_binary_path)
/aosp_15_r20/external/angle/build/android/pylib/utils/
H A Dchrome_proxy_utils.py66 def SetServerBinaryPath(go_binary_path): argument
68 webpagereplay_go_server.ReplayServer.SetGoBinaryPath(go_binary_path)
133 def SetWPRServerBinary(go_binary_path): argument
135 WPRServer.SetServerBinaryPath(go_binary_path)
/aosp_15_r20/external/bazelbuild-rules_go/go/private/
H A Dsdk.bzl555 go_binary_path = goroot + "/bin/go"
556 result = ctx.execute([go_binary_path, "version"])
558 …ld not detect SDK version: '%s version' exited with exit code %d" % (go_binary_path, result.return…
574 … fail("Could not parse SDK version from '%s version' output: %s" % (go_binary_path, result.stdout))
576 … fail("Could not parse SDK version from '%s version' output: %s" % (go_binary_path, result.stdout))