OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:role_val_to_struct
(Results
1 - 7
of
7
) sorted by null
/external/libsepol/src/
context.c
57
role = p->
role_val_to_struct
[c->role - 1];
services.c
169
r1 = policydb->
role_val_to_struct
[val1 - 1];
170
r2 = policydb->
role_val_to_struct
[val2 - 1];
1324
role = policydb->
role_val_to_struct
[i];
[
all
...]
policydb.c
803
p->
role_val_to_struct
[role->s.value - 1] = role;
990
free(p->
role_val_to_struct
);
991
p->
role_val_to_struct
= (role_datum_t **)
993
if (!p->
role_val_to_struct
)
1234
if (p->
role_val_to_struct
)
1235
free(p->
role_val_to_struct
);
[
all
...]
link.c
[
all
...]
expand.c
[
all
...]
/external/libsepol/tests/
test-common.c
82
CU_ASSERT(p->
role_val_to_struct
[d->s.value - 1] == d);
/external/libsepol/include/sepol/policydb/
policydb.h
485
role_datum_t **
role_val_to_struct
;
member in struct:policydb
Completed in 23 milliseconds