MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / resolve_executable

Function resolve_executable

tools/build_android_aar.py:18–22  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

16
17
18def resolve_executable(name):
19 resolved = shutil.which(name)
20 if resolved is None:
21 raise RuntimeError('required executable not found in PATH: %s' % name)
22 return resolved
23
24
25def resolve_android_sdk_root(value):

Callers 3

build_nativeFunction · 0.85
build_javaFunction · 0.85
build_simpleble_bridgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected