Home
last modified time | relevance | path

Searched refs:get_command_name (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dcmd.py154 header = "command options for '%s':" % self.get_command_name()
265 def get_command_name(self): member in Command
332 log.warn("warning: %s: %s\n", self.get_command_name(), msg)
Ddist.py881 command_name = command_obj.get_command_name()
940 command_name = command.get_command_name()
/external/python/cpython2/Lib/distutils/
Dcmd.py156 header = "command options for '%s':" % self.get_command_name()
274 def get_command_name(self): member in Command
346 (self.get_command_name(), msg))
Ddist.py869 command_name = command_obj.get_command_name()
927 command_name = command.get_command_name()
/external/iproute2/lib/
Dfs.c144 int get_command_name(const char *pid, char *comm, size_t len) in get_command_name() function
/external/iproute2/include/
Dutils.h258 int get_command_name(const char *pid, char *comm, size_t len);
/external/iproute2/ip/
Dipvrf.c135 if (get_command_name(buf, comm, sizeof(comm))) in read_cgroup_pids()