Lines Matching defs:Command
189 def Command(cmd, args="", prefix="", pipe=True, cwd=None):
193 print "Command: %s" % cmd_line
237 def Command(self, cmd, args="", prefix="", pipe=True, cwd=None):
238 return Command(cmd, args, prefix, pipe, cwd=cwd)
492 def Command(self, name, args, cwd=None):
493 cmd = lambda: self._side_effect_handler.Command(
498 cmd = lambda: self._side_effect_handler.Command(
507 return self._side_effect_handler.Command(
555 self.Command(
753 self.Command("fetch", "v8", cwd=self._options.work_dir)