Lines Matching defs:call
35 from subprocess import call, Popen, PIPE
468 call('dmesg >> '+sysvals.dmesgfile, shell=True)
473 call('cat '+sysvals.tpath+'trace >> '+sysvals.ftracefile, shell=True)
723 call([cmd, cronfile])
742 res = call([cmd, cronfile])
754 # call update-grub on restore
757 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
804 res = call(sysvals.blexec)
866 ' -maxdepth N limit the callgraph data to N call levels (default: 2)\n'\
1050 call('reboot')
1099 call(cmd.format(os.environ['SUDO_USER'], sysvals.testdir), shell=True)