OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROLE_ROLE
(Results
1 - 5
of
5
) sorted by null
/external/checkpolicy/
module_compiler.c
220
role->flavor = isattr ? ROLE_ATTRIB :
ROLE_ROLE
;
257
dest_role->flavor = isattr ? ROLE_ATTRIB :
ROLE_ROLE
;
584
dest_roledatum->flavor = isattr ? ROLE_ATTRIB :
ROLE_ROLE
;
594
if (dest_roledatum->flavor != isattr ? ROLE_ATTRIB :
ROLE_ROLE
)
884
role->flavor = isattr ? ROLE_ATTRIB :
ROLE_ROLE
;
[
all
...]
policy_define.c
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
137
#define
ROLE_ROLE
0 /* regular role in kernel policies */
/external/libsepol/src/
policydb.c
[
all
...]
expand.c
857
regular_role->flavor ==
ROLE_ROLE
);
[
all
...]
Completed in 1147 milliseconds