Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil.c1219 struct ebitmap elow; in cil_level_equals() local
1227 ebitmap_init(&elow); in cil_level_equals()
1230 rc = cil_cats_to_ebitmap(low->cats, &elow); in cil_level_equals()
1240 return ebitmap_cmp(&elow, &ehigh); in cil_level_equals()