OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cond_evaluate_expr
(Results
1 - 3
of
3
) sorted by null
/external/libsepol/include/sepol/policydb/
conditional.h
93
extern int
cond_evaluate_expr
(policydb_t * p, cond_expr_t * expr);
/external/libsepol/src/
conditional.c
158
new_node->cur_state =
cond_evaluate_expr
(p, new_node->expr);
205
*
cond_evaluate_expr
evaluates a conditional expr
210
int
cond_evaluate_expr
(policydb_t * p, cond_expr_t * expr)
function
313
new_state =
cond_evaluate_expr
(p, node->expr);
423
k =
cond_evaluate_expr
(p, cn->expr);
expand.c
[
all
...]
Completed in 31 milliseconds