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

  /external/libsepol/
Android.mk 6 src/avtab.c \
  /external/libsepol/include/sepol/policydb/
avtab.h 6 * Tuned number of hash slots for avtab to reduce memory usage
33 * An access vector table (avtab) is a hash table
80 typedef struct avtab { struct
conditional.h 25 #include <sepol/policydb/avtab.h>
policydb.h 61 #include <sepol/policydb/avtab.h>
242 /* these typedefs are almost exactly the same as those in avtab.h - they are
  /external/libsepol/src/
assertion.c 3 * Assertion checker for avtab entries, taken from
23 #include <sepol/policydb/avtab.h>
expand.c     [all...]
avtab.c 6 * Tuned number of hash slots for avtab to reduce memory usage
45 #include <sepol/policydb/avtab.h>
118 * key/specified mask into the table, as needed by the conditional avtab.
359 /* Ordering of datums in the original avtab format in the policy file. */
write.c 38 #include <sepol/policydb/avtab.h>
89 /* Ordering of datums in the original avtab format in the policy file. */
113 /* Generate the old avtab format.
114 Requires merging similar entries if uncond avtab. */
215 /* Generate the new avtab format. */
252 /* Old avtab format.
266 /* New avtab format. nel is good to go. */
285 /* Old avtab format.
639 * Instead it writes out the key/value pairs from the avtab. This
641 * in the avtab so it is not possible to associate individual rule
    [all...]
  /external/checkpolicy/test/
dispol.c 15 * avtab (including conditional avtab) rules.
21 #include <sepol/policydb/avtab.h>
375 printf("1) display unconditional AVTAB\n");
376 printf("2) display conditional AVTAB (entirely)\n");
378 printf("4) display conditional AVTAB (only DISABLED rules)\n");

Completed in 479 milliseconds