Searched refs:_exec_cmd (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | misc.py | 86 def _exec_cmd(cmd_and_args, as_shell=False): function 115 return _exec_cmd(cmd_and_args, as_shell)[1] 156 ret, out = _exec_cmd(native_cmd_and_args, True) 233 ret, lines = _exec_cmd(cmd)
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 6078 ERROR: _exec_cmd: /usr/bin/mdir -i /tmp/wic-parttfokuwra ::/ returned '1' instead of 0
|