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 154 } role_allow_t; typedef in typeref:struct:role_allow
534 role_allow_t *role_allow;
  /external/libsepol/src/
expand.c 1199 role_allow_t *cur_allow, *n, *l;
1238 n = (role_allow_t *)
1239 malloc(sizeof(role_allow_t));
1244 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 1234 role_allow_t *ra, *lra = NULL;
    [all...]

Completed in 32 milliseconds