OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ebitmap_match_any
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libsepol/include/sepol/policydb/
ebitmap.h
89
extern int
ebitmap_match_any
(const ebitmap_t *e1, const ebitmap_t *e2);
/external/selinux/libsepol/cil/src/
cil_find.c
72
return
ebitmap_match_any
(a1->types, a2->types);
133
rc =
ebitmap_match_any
(&map, a->types);
274
if (!
ebitmap_match_any
(px1->perms, px2->perms)) goto exit;
/external/selinux/libsepol/src/
assertion.c
464
rc =
ebitmap_match_any
(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]);
480
rc =
ebitmap_match_any
(&avrule->stypes.types, &match);
483
rc =
ebitmap_match_any
(&avrule->ttypes.types, &p->attr_type_map[k->target_type -1]);
ebitmap.c
227
int
ebitmap_match_any
(const ebitmap_t *e1, const ebitmap_t *e2)
function
/external/selinux/libsepol/
ChangeLog
21
* Add new ebitmap function named
ebitmap_match_any
(), from James Carter
Completed in 255 milliseconds