Home
last modified time | relevance | path

Searched refs:exec_cmd (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py19 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var
190 exec_cmd("cd %s && find . | cpio -o -H newc -R root:root >%s/initrd.cpio " \
192 exec_cmd("gzip -f -9 %s/initrd.cpio" % cr_workdir, as_shell=True)
210 exec_cmd(install_cmd)
278 exec_cmd(cp_cmd)
288 exec_cmd(install_cmd)
302 exec_cmd(install_cmd)
351 exec_cmd(install_cmd)
357 out = exec_cmd(du_cmd)
380 exec_cmd(chmod_cmd)
[all …]
H A Dbootimg-efi.py24 from wic.misc import (exec_cmd, exec_native_cmd,
65 exec_cmd(cp_cmd, True)
115 exec_cmd(install_cmd)
118 exec_cmd(install_cmd)
138 exec_cmd(cp_cmd, True)
206 exec_cmd(install_cmd)
326 exec_cmd(install_cmd)
346 exec_cmd(install_cmd)
353 exec_cmd(install_cmd)
361 exec_cmd(cp_cmd, True)
[all …]
H A Dbootimg-pcbios.py20 from wic.misc import (exec_cmd, exec_native_cmd,
77 exec_cmd(dd_cmd, native_sysroot)
89 exec_cmd(install_cmd)
170 exec_cmd(install_cmd)
173 out = exec_cmd(du_cmd)
202 exec_cmd(chmod_cmd)
205 out = exec_cmd(du_cmd)
H A Dbootimg-partition.py22 from wic.misc import exec_cmd, get_bitbake_var
43 exec_cmd(install_cmd)
157 exec_cmd(install_cmd)
190 exec_cmd(install_cmd)
H A Drawcopy.py12 from wic.misc import exec_cmd, get_bitbake_var
41 exec_cmd(cmd)
99 out = exec_cmd(du_cmd)
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dengine.py30 from wic.misc import get_bitbake_var, exec_cmd
261 out = exec_cmd("%s -sm %s unit B print" % (self.parted, self.imagepath))
321 return exec_cmd("{} {} -R 'ls -l {}'".format(self.debugfs,
325 return exec_cmd("{} -i {} ::{}".format(self.mdir,
354 exec_cmd(cmd, as_shell=True)
366 out = exec_cmd(cmd , as_shell=True)
380 rmdir_out = exec_cmd("{} {} -wR 'rmdir \"{}\"'".format(self.debugfs,
406 exec_cmd(cmd)
413 exec_cmd(cmd)
445 out = exec_cmd("{} -J {}".format(self.sfdisk, path))
[all …]
H A Dpartition.py18 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var
255 out = exec_cmd(du_cmd)
265 out = exec_cmd(du_cmd)
274 out = exec_cmd(du_cmd)
336 out = exec_cmd(du_cmd)
359 out = exec_cmd(du_cmd)
385 exec_cmd(chmod_cmd)
473 exec_cmd(chmod_cmd)
H A Dmisc.py111 def exec_cmd(cmd_and_args, as_shell=False): function
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c841 int addr_cycle, exec_cmd; in prepare_set_command() local
848 exec_cmd = 1; in prepare_set_command()
856 exec_cmd = 0; in prepare_set_command()
918 exec_cmd = 1; in prepare_set_command()
925 exec_cmd = 0; in prepare_set_command()
1020 exec_cmd = 0; in prepare_set_command()
1024 exec_cmd = 0; in prepare_set_command()
1030 return exec_cmd; in prepare_set_command()
1039 int exec_cmd; in nand_cmdfunc() local
1063 exec_cmd = prepare_set_command(info, command, 0, column, page_addr); in nand_cmdfunc()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c38 int exec_cmd(int *monitored_pid) in exec_cmd() function
69 err = exec_cmd(&skel->bss->monitored_pid); in test_test_lsm()
/OK3568_Linux_fs/kernel/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c168 exec_cmd = { {0} }, sr; in lpddr2_nvm_do_op() local
180 exec_cmd.x[0] = 0x0001; in lpddr2_nvm_do_op()
212 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS)); in lpddr2_nvm_do_op()
214 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS) + 2); in lpddr2_nvm_do_op()
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Drun-command.c125 if (cmd->exec_cmd) { in start_command()
220 cmd->exec_cmd = opt & RUN_EXEC_CMD ? 1 : 0; in prepare_run_command_v_opt()
H A Drun-command.h47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drootfs.py176 exec_cmd = [fakerootcmd, cmd]
178 exec_cmd = cmd
181 subprocess.check_output(exec_cmd, stderr=subprocess.STDOUT)
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc.py180 def exec_cmd(args, pm, stage, command): function
232 (proc, foutput) = exec_cmd(args, pm, stage, cmd)
277 (p, procout) = exec_cmd(args, pm, 'execute', tidx["cmdUnderTest"])
297 (p, procout) = exec_cmd(args, pm, 'verify', tidx["verifyCmd"])
/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_backend.h112 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py28 from wic.misc import get_bitbake_var, exec_cmd, exec_native_cmd
221 exec_cmd("%s %s" % (self.compressor, full_path))
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_device.c1072 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb()
1163 cmd->execute_cmd = exec_cmd; in passthrough_parse_cdb()
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh4007 exec_cmd=\$cmd$args
4599 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
11176 test -z "$exec_cmd" && \
11179 if test -n "$exec_cmd"; then
11180 eval exec "$exec_cmd"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch16536 exec_cmd=
18036 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
21414 test -z "$exec_cmd" && \
21418 if test -n "$exec_cmd"; then
21419 eval exec "$exec_cmd"