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

  /external/selinux/libsepol/cil/test/unit/
test_cil_post.c 365 anetifcon->interface_str = "aaa";
369 bnetifcon->interface_str = "bbb";
378 anetifcon->interface_str = "bbb";
382 bnetifcon->interface_str = "aaa";
391 anetifcon->interface_str = "aaa";
395 bnetifcon->interface_str = "aaa";
test_cil_copy_ast.c 943 CuAssertStrEquals(tc, test_copy->interface_str,
944 ((struct cil_netifcon *)test_ast_node->data)->interface_str);
977 CuAssertStrEquals(tc, test_copy->interface_str,
978 ((struct cil_netifcon *)test_ast_node->data)->interface_str);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 765 char *interface_str; member in struct:cil_netifcon
cil_copy_ast.c 1086 new->interface_str = orig->interface_str;
    [all...]
cil_post.c 195 return strcmp(anetifcon->interface_str, bnetifcon->interface_str);
    [all...]
cil_tree.c     [all...]
cil.c     [all...]
cil_policy.c     [all...]
cil_binary.c     [all...]
cil_build_ast.c     [all...]

Completed in 187 milliseconds