Searched refs:ebitmap_node_get_bit (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/system/sepolicy/tools/sepolicy-analyze/ |
H A D | dups.c | 39 if (!ebitmap_node_get_bit(snode, i)) in find_dups_helper() 42 if (!ebitmap_node_get_bit(tnode, j)) in find_dups_helper()
|
H A D | attribute.c | 15 if (!ebitmap_node_get_bit(n, bit)) in retrieve_mapping() 23 if (!ebitmap_node_get_bit(n, bit)) in retrieve_mapping()
|
H A D | perm.c | 17 if (ebitmap_node_get_bit(n, bit)) { in list_permissive()
|
H A D | neverallow.c | 156 if (!ebitmap_node_get_bit(n, bit)) in read_typeset()
|
/aosp_15_r20/external/selinux/mcstrans/src/ |
H A D | mls_level.c | 96 if (ebitmap_node_get_bit(cnode, i)) { in mls_compute_string_len() 138 if (ebitmap_node_get_bit(cnode, i)) { in mls_level_to_string()
|
/aosp_15_r20/external/selinux/libsepol/include/sepol/policydb/ |
H A D | ebitmap.h | 70 static inline int ebitmap_node_get_bit(const ebitmap_node_t * n, unsigned int bit) in ebitmap_node_get_bit() function 81 ebitmap_for_each_bit(e, n, bit) if (ebitmap_node_get_bit(n, bit)) \
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | mls.c | 128 if (ebitmap_node_get_bit(cnode, i)) { in mls_compute_context_len() 195 if (ebitmap_node_get_bit(cnode, i)) { in mls_sid_to_context()
|
H A D | policydb.c | 1980 if (ebitmap_node_get_bit(cnode, i)) { in mls_level_to_semantic()
|
/aosp_15_r20/system/sepolicy/tests/ |
H A D | sepol_wrap.cpp | 167 if (!ebitmap_node_get_bit(i->n, i->bit)) { in get_type()
|