Home
last modified time | relevance | path

Searched refs:_PS_ARGS (Results 1 – 3 of 3) sorted by relevance

/external/autotest/scheduler/
Ddrone_utility.py122 _PS_ARGS = ('pid', 'pgid', 'ppid', 'comm', 'args') variable in BaseDroneUtility
144 ['/bin/ps', 'x', '-o', ','.join(cls._PS_ARGS)])
149 return (dict(itertools.izip(cls._PS_ARGS, line_components))
/external/toybox/generated/
Dtags.h56 #define _PS_ARGS (1<<22) macro
/external/toybox/toys/posix/
Dps.c557 {"exe", _PS_COMMAND}, {"cmdline", _PS_CMDLINE|_PS_ARGS|_PS_NAME} in get_ps()