Searched refs:get_command_output (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/packages/Python/lldbsuite/support/ |
D | seven.py | 6 get_command_output = commands.getoutput variable 23 def get_command_output(command): function
|
/external/toolchain-utils/rust_tools/ |
D | rust_uprev.py | 54 def get_command_output(command: List[str], *args, **kwargs) -> str: function 215 stage0_file = get_command_output([ 233 ebuild_path = get_command_output(['equery', 'w', 'rust']) 329 ebuild_path_inchroot = get_command_output(['equery', 'w', 'rust']) 412 keys = get_command_output( 567 ebuild_file = get_command_output(['equery', 'w', 'rust']) 579 output = get_command_output(['git', 'status', '--porcelain'], cwd=RUST_PATH) 589 rust_ebuild = get_command_output(['equery', 'w', 'rust'])
|
/external/angle/scripts/ |
D | trigger.py | 83 get_command_output = invoke_mb(['get-swarming-command', out_gn_path, args.test, '--as-list']) 84 swarming_cmd = json.loads(get_command_output)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | dotest.py | 259 configuration.compiler = seven.get_command_output( 273 configuration.dsymutil = seven.get_command_output( 302 configuration.sdkroot = seven.get_command_output( 728 full_path = seven.get_command_output('xcrun -sdk %s --show-sdk-path' % sdk)
|