OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROLE_ATTRIB
(Results
1 - 6
of
6
) 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/src/
link.c
362
if (role->flavor ==
ROLE_ATTRIB
363
&& base_role->flavor !=
ROLE_ATTRIB
) {
368
} else if (role->flavor !=
ROLE_ATTRIB
369
&& base_role->flavor ==
ROLE_ATTRIB
) {
1134
if (role->flavor ==
ROLE_ATTRIB
) {
[
all
...]
write.c
1025
if ((role->flavor ==
ROLE_ATTRIB
) &&
[
all
...]
expand.c
827
if (role->flavor !=
ROLE_ATTRIB
)
836
assert(new_role != NULL && new_role->flavor ==
ROLE_ATTRIB
);
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
138
#define
ROLE_ATTRIB
1 /* attribute */
Completed in 32 milliseconds