OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PS_ARGS
(Results
1 - 3
of
3
) sorted by null
/external/toybox/generated/
tags.h
56
#define
_PS_ARGS
(1<<22)
/external/autotest/scheduler/
drone_utility.py
122
_PS_ARGS
= ('pid', 'pgid', 'ppid', 'comm', 'args')
130
@returns A generator of dicts with cls.
_PS_ARGS
as keys and
144
['/bin/ps', 'x', '-o', ','.join(cls.
_PS_ARGS
)])
149
return (dict(itertools.izip(cls.
_PS_ARGS
, line_components))
/external/toybox/toys/posix/
ps.c
557
{"exe", _PS_COMMAND}, {"cmdline", _PS_CMDLINE|
_PS_ARGS
|_PS_NAME}
[
all
...]
Completed in 40 milliseconds