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

  /external/selinux/libsepol/include/sepol/policydb/
util.h 32 extern char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass,
  /system/sepolicy/tools/sepolicy-analyze/
utils.c 21 sepol_av_to_string
  /external/selinux/libsepol/src/
assertion.c 49 sepol_av_to_string(p, curperm->tclass, perms));
55 sepol_av_to_string(p, curperm->tclass, perms));
61 sepol_av_to_string(p, curperm->tclass, perms));
203 sepol_av_to_string(p, curperm->tclass, perms));
util.c 81 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, function
hierarchy.c 490 sepol_av_to_string(p, cur->key.target_class,
services.c 352 sepol_av_to_string(policydb, tclass,
    [all...]
module_to_cil.c 581 perms = sepol_av_to_string(pdb, classperm->tclass, classperm->data);
    [all...]
  /external/selinux/checkpolicy/test/
dismod.c 79 perm = sepol_av_to_string(p, class, mask);
93 perm = sepol_av_to_string(p, class, 1 << i);
dispol.c 50 perm = sepol_av_to_string(p, key->target_class, mask);

Completed in 320 milliseconds