OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if_context_str
(Results
1 - 8
of
8
) sorted by null
/external/selinux/libsepol/cil/src/
cil_reset_ast.c
314
if (netifcon->
if_context_str
== NULL) {
cil_copy_ast.c
1088
if (orig->
if_context_str
!= NULL) {
1089
new->
if_context_str
= orig->
if_context_str
;
[
all
...]
cil_internal.h
754
char *
if_context_str
;
member in struct:cil_netifcon
cil_tree.c
[
all
...]
cil_resolve_ast.c
[
all
...]
cil.c
[
all
...]
cil_build_ast.c
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c
945
CuAssertStrEquals(tc, test_copy->
if_context_str
,
946
((struct cil_netifcon *)test_ast_node->data)->
if_context_str
);
979
CuAssertStrEquals(tc, test_copy->
if_context_str
,
980
((struct cil_netifcon *)test_ast_node->data)->
if_context_str
);
[
all
...]
Completed in 49 milliseconds