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

  /external/libsepol/include/sepol/policydb/
avtab.h 89 extern int avtab_insert(avtab_t * h, avtab_key_t * k, avtab_datum_t * d);
  /external/libsepol/src/
avtab.c 81 int avtab_insert(avtab_t * h, avtab_key_t * key, avtab_datum_t * datum) function
117 /* Unlike avtab_insert(), this function allow multiple insertions of the same
487 return avtab_insert(a, k, d);
hierarchy.c 304 if (avtab_insert(args->expa,
expand.c     [all...]

Completed in 31 milliseconds