HomeSort by relevance Sort by last modified time
    Searched refs:if_context_str (Results 1 - 8 of 8) sorted by null

  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 321 if (netifcon->if_context_str == NULL) {
cil_copy_ast.c 1111 if (orig->if_context_str != NULL) {
1112 new->if_context_str = orig->if_context_str;
    [all...]
cil_internal.h 789 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 1999 milliseconds