Searched refs:_exec_cmd (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | nsPlugin.py | 82 self._exec_cmd('pre', cmd) 84 self._exec_cmd('pre', cmd) 87 self._exec_cmd('pre', cmd) 91 self._exec_cmd('post', cmd) 101 self._exec_cmd('pre', cmd) 103 self._exec_cmd('pre', cmd) 105 self._exec_cmd('pre', cmd) 108 self._exec_cmd('pre', cmd) 110 self._exec_cmd('pre', cmd) 119 self._exec_cmd('post', cmd) [all …]
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | misc.py | 87 def _exec_cmd(cmd_and_args, as_shell=False): function 116 return _exec_cmd(cmd_and_args, as_shell)[1] 157 ret, out = _exec_cmd(native_cmd_and_args, True) 234 ret, lines = _exec_cmd(cmd)
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | wic.rst | 699 ERROR: _exec_cmd: /usr/bin/mdir -i /tmp/wic-parttfokuwra ::/ returned '1' instead of 0
|