OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_type_map
(Results
1 - 3
of
3
) sorted by null
/external/libsepol/include/sepol/policydb/
policydb.h
537
ebitmap_t *
attr_type_map
; /* not saved in the binary policy */
member in struct:policydb
/external/libsepol/src/
expand.c
[
all
...]
policydb.c
1319
if (p->
attr_type_map
) {
1321
ebitmap_destroy(&p->
attr_type_map
[i]);
1323
free(p->
attr_type_map
);
[
all
...]
Completed in 37 milliseconds