OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USERS
(Results
1 - 2
of
2
) sorted by null
/external/selinux/python/sepolicy/sepolicy/
generate.py
110
users
= [x['name'] for x in sepolicy.info(sepolicy.USER)]
111
users
.remove("system_u")
112
users
.remove("root")
113
users
.sort()
114
return
users
162
USERS
= [XUSER, TUSER, LUSER, AUSER, RUSER]
507
if self.type in
USERS
:
[
all
...]
/external/iproute2/misc/
ss.c
514
USERS
,
542
case
USERS
:
[
all
...]
Completed in 260 milliseconds