Lines Matching defs:call
35 from subprocess import call, Popen, PIPE
466 call('dmesg >> '+sysvals.dmesgfile, shell=True)
471 call('cat '+sysvals.tpath+'trace >> '+sysvals.ftracefile, shell=True)
721 call([cmd, cronfile])
740 res = call([cmd, cronfile])
752 # call update-grub on restore
755 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
802 res = call(sysvals.blexec)
864 ' -maxdepth N limit the callgraph data to N call levels (default: 2)\n'\
1048 call('reboot')
1097 call(cmd.format(os.environ['SUDO_USER'], sysvals.testdir), shell=True)