Searched refs:as_shell (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | misc.py | 87 def _exec_cmd(cmd_and_args, as_shell=False): argument 97 if as_shell: 112 def exec_cmd(cmd_and_args, as_shell=False): argument 116 return _exec_cmd(cmd_and_args, as_shell)[1]
|
| H A D | engine.py | 339 path), as_shell=True) 370 exec_cmd(cmd, as_shell=True) 382 out = exec_cmd(cmd , as_shell=True) 399 , as_shell=True) 468 exec_cmd(cmd, as_shell=True) 557 exec_cmd(cmd, as_shell=True)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | preferbash.patch | 35 as_shell=$as_dir$as_base 36 AS_IF([{ test -f "$as_shell" || test -f "$as_shell.exe"; } &&
|
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 193 % (initrd_dir, cr_workdir), as_shell=True) 194 exec_cmd("gzip -f -9 %s/initrd.cpio" % cr_workdir, as_shell=True)
|