Lines Matching defs:cmdline_run
303 self.cmdline_run("dir {0}".format(g_proto_area),
420 def cmdline_run(self, cmdline, comment="", coverage=True, exit=0,
595 # If this ever changes, cmdline_run must be updated.
2456 self.cmdline_run("/usr/sbin/mount -F tmpfs swap " +
2490 retcode = self.cmdline_run(cmdline, exit=exit, env_arg=env_arg)
2512 retcode = self.cmdline_run(cmdline, coverage=False)
2524 self.cmdline_run("/usr/sbin/umount " + path,
2562 rval = self.cmdline_run(cmdline, exit=exit, comment=comment,
2602 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2609 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2616 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2622 self.cmdline_run(cmd, exit=exit, su_wrap=su_wrap,
2634 return self.cmdline_run(cmdline, exit=exit, out=True,
2649 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2656 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2671 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2678 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2695 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2733 retcode, out = self.cmdline_run(cmdline, comment=comment,
2874 self.cmdline_run(cmd, exit=exit)
2900 return self.cmdline_run(cmdline, comment=comment, exit=exit,
2945 return self.cmdline_run(cmdline, comment=comment, exit=exit,
3147 self.cmdline_run(cmdline, comment=comment,
3152 return self.cmdline_run(cmdline, comment=comment,
4265 self.cmdline_run(cmdline, exit=0)