Searched refs:ebitmap_read (Results 1 – 3 of 3) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | policydb.c | 1818 if (ebitmap_read(&r->roles, fp)) in role_set_read() 1833 if (ebitmap_read(&t->types, fp)) in type_set_read() 1835 if (ebitmap_read(&t->negset, fp)) in type_set_read() 1876 rc = ebitmap_read(&r->level[0].cat, fp); in mls_read_range_helper() 1882 rc = ebitmap_read(&r->level[1].cat, fp); in mls_read_range_helper() 2218 if (ebitmap_read(&e->names, fp)) in read_cons_helper() 2387 if (ebitmap_read(&role->dominates, fp)) in role_read() 2391 if (ebitmap_read(&role->types.types, fp)) in role_read() 2406 if (ebitmap_read(&role->roles, fp)) in role_read() 2502 if (ebitmap_read(&typdatum->types, fp)) in type_read() [all …]
|
D | ebitmap.c | 539 int ebitmap_read(ebitmap_t * e, void *fp) in ebitmap_read() function
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 100 extern int ebitmap_read(ebitmap_t * e, void *fp);
|