HomeSort by relevance Sort by last modified time
    Searched refs:role_allow_t (Results 1 - 4 of 4) sorted by null

  /external/libsepol/include/sepol/policydb/
policydb.h 141 } role_allow_t; typedef in typeref:struct:role_allow
521 role_allow_t *role_allow;
  /external/libsepol/src/
expand.c 1155 role_allow_t *cur_allow, *n, *l;
1194 n = (role_allow_t *)
1195 malloc(sizeof(role_allow_t));
1200 memset(n, 0, sizeof(role_allow_t));
    [all...]
write.c 510 static int role_allow_write(role_allow_t * r, struct policy_file *fp)
512 role_allow_t *ra;
    [all...]
policydb.c 1213 role_allow_t *ra, *lra = NULL;
    [all...]

Completed in 20 milliseconds