Searched refs:scope_datum (Results 1 - 2 of 2) sorted by relevance

/external/libsepol/src/
H A Dpolicydb.c1480 scope_datum_t *scope_datum; local
1502 scope_datum =
1504 if (scope_datum == NULL) {
1508 if ((scope_datum = malloc(sizeof(*scope_datum))) == NULL) {
1512 scope_datum->scope = scope;
1513 scope_datum->decl_ids = NULL;
1514 scope_datum->decl_ids_len = 0;
1517 scope_datum)) != 0) {
1519 free(scope_datum);
[all...]
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h446 typedef struct scope_datum { struct

Completed in 56 milliseconds