Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c1490 int expand_src = __cil_should_expand_attribute(db, src); in __cil_avrule_to_avtab() local
1492 if (!expand_src && !expand_tgt) { in __cil_avrule_to_avtab()
1497 } else if (expand_src && expand_tgt) { in __cil_avrule_to_avtab()
1526 } else if (expand_src) { in __cil_avrule_to_avtab()
1866 int expand_src = __cil_should_expand_attribute(db, src); in cil_avrulex_to_hashtable() local
1869 if (!expand_src && !expand_tgt) { in cil_avrulex_to_hashtable()
1874 } else if (expand_src && expand_tgt) { in cil_avrulex_to_hashtable()
1903 } else if (expand_src) { in cil_avrulex_to_hashtable()