OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:role_allow_t
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libsepol/include/sepol/policydb/
policydb.h
157
}
role_allow_t
;
typedef in typeref:struct:role_allow
559
role_allow_t
*role_allow;
/external/selinux/libsepol/src/
expand.c
1222
role_allow_t
*cur_allow, *n, *l;
1261
n = (
role_allow_t
*)
1262
malloc(sizeof(
role_allow_t
));
1267
memset(n, 0, sizeof(
role_allow_t
));
[
all
...]
write.c
539
static int role_allow_write(
role_allow_t
* r, struct policy_file *fp)
541
role_allow_t
*ra;
[
all
...]
policydb.c
1292
role_allow_t
*ra, *lra = NULL;
[
all
...]
/external/selinux/libsepol/cil/src/
cil_binary.c
[
all
...]
Completed in 1861 milliseconds