HomeSort by relevance Sort by last modified time
    Searched full:rule_map (Results 1 - 1 of 1) sorted by null

  /external/sepolicy/tools/
check_seapp.c 30 typedef struct rule_map rule_map; typedef in typeref:struct:rule_map
51 * we cannot free a key when overrding rule_map's in the table.
54 rule_map_preserve_key, /** Used to preserve the key in the rule_map, ie don't free it*/
55 rule_map_destroy_key /** Used when you need a full free of the rule_map structure*/
102 struct rule_map { struct
110 rule_map *r; /** The rule map to store at that location */
343 static void rule_map_print(FILE *fp, rule_map *r) {
366 static map_match rule_map_cmp(rule_map *rmA, rule_map *rmB)
    [all...]

Completed in 2233 milliseconds