Home
last modified time | relevance | path

Searched refs:cats_ebitmap_to_str (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/src/
Dkernel_to_cil.c1010 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str() function
1087 cats = cats_ebitmap_to_str(&level->level->cat, pdb->p_cat_val_to_name); in write_sensitivitycategory_rules_to_cil()
1870 cats_str = cats_ebitmap_to_str(cats, pdb->p_cat_val_to_name); in level_to_str()
Dkernel_to_conf.c987 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str() function
1064 cats = cats_ebitmap_to_str(&level->level->cat, pdb->p_cat_val_to_name); in write_level_rules_to_conf()
1838 cats_str = cats_ebitmap_to_str(cats, pdb->p_cat_val_to_name); in level_to_str()