HomeSort by relevance Sort by last modified time
    Searched defs:get_command_name (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 156 header = "command options for '%s':" % self.get_command_name()
274 def get_command_name(self): member in class:Command
346 (self.get_command_name(), msg))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 156 header = "command options for '%s':" % self.get_command_name()
274 def get_command_name(self): member in class:Command
346 (self.get_command_name(), msg))
  /external/qemu/
monitor.c 2391 static const char *get_command_name(const char *cmdline, function
    [all...]

Completed in 65 milliseconds