OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:call_output
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/
util.py
41
def
call_output
(cmd, *args, **kwargs):
function
44
This is the missing subprocess.
call_output
, which is the combination of
ndk.py
56
return util.
call_output
([ndk_build_path] + build_flags)
tests.py
430
rc, out = util.
call_output
(build_cmd, env=test_env)
Completed in 216 milliseconds