Home
last modified time | relevance | path

Searched defs:get_command_name (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/lib/
Dfs.c144 int get_command_name(const char *pid, char *comm, size_t len) in get_command_name() function
/external/python/cpython3/Lib/distutils/
Dcmd.py265 def get_command_name(self): member in Command
/external/python/cpython2/Lib/distutils/
Dcmd.py274 def get_command_name(self): member in Command