OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expand_avtab
(Results
1 - 7
of
7
) sorted by null
/external/libsepol/src/
assertion.c
103
if (
expand_avtab
(p, &p->te_avtab, &te_avtab) ||
104
expand_avtab
(p, &p->te_cond_avtab, &te_cond_avtab)) {
hierarchy.c
457
if (
expand_avtab
(p, &p->te_avtab, &expa)) {
write.c
258
if (
expand_avtab
(p, a, &expa)) {
[
all
...]
expand.c
3304
int
expand_avtab
(policydb_t * p, avtab_t * a, avtab_t * expa)
function
[
all
...]
/external/libsepol/include/sepol/policydb/
expand.h
74
extern int
expand_avtab
(policydb_t * p, avtab_t * a, avtab_t * expa);
/external/checkpolicy/test/
dispol.c
166
if (
expand_avtab
(p, a, &expa)) {
/external/libsepol/
ChangeLog
606
* Fixed
expand_avtab
and expand_cond_av_list to keep separate
661
expand_avtab
and expand_cond_av_list functions for use by
Completed in 235 milliseconds