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.c1468 int expand_src = __cil_should_expand_attribute(db, src); in __cil_avrule_to_avtab() local
1470 if (!expand_src && !expand_tgt) { in __cil_avrule_to_avtab()
1475 } else if (expand_src && expand_tgt) { in __cil_avrule_to_avtab()
1504 } else if (expand_src) { in __cil_avrule_to_avtab()
1842 int expand_src = __cil_should_expand_attribute(db, src); in cil_avrulex_to_hashtable() local
1845 if (!expand_src && !expand_tgt) { in cil_avrulex_to_hashtable()
1850 } else if (expand_src && expand_tgt) { in cil_avrulex_to_hashtable()
1879 } else if (expand_src) { in cil_avrulex_to_hashtable()