Searched refs:as_shell (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | misc.py | 86 def _exec_cmd(cmd_and_args, as_shell=False): argument 96 if as_shell: 111 def exec_cmd(cmd_and_args, as_shell=False): argument 115 return _exec_cmd(cmd_and_args, as_shell)[1]
|
| H A D | engine.py | 323 path), as_shell=True) 354 exec_cmd(cmd, as_shell=True) 366 out = exec_cmd(cmd , as_shell=True) 383 , as_shell=True) 452 exec_cmd(cmd, as_shell=True) 541 exec_cmd(cmd, as_shell=True)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | preferbash.patch | 34 as_shell=$as_dir$as_base 35 AS_IF([{ test -f "$as_shell" || test -f "$as_shell.exe"; } &&
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 191 % (initrd_dir, cr_workdir), as_shell=True) 192 exec_cmd("gzip -f -9 %s/initrd.cpio" % cr_workdir, as_shell=True)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure | 221 as_shell=$as_dir/$as_base 222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 223 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 224 CONFIG_SHELL=$as_shell as_have_required=yes 225 … if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | configure | 229 as_shell=$as_dir/$as_base 230 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 232 CONFIG_SHELL=$as_shell as_have_required=yes 233 … if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
|