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

  /external/selinux/libsepol/cil/test/unit/
test_cil_fqn.c 36 #include "../../src/cil_build_ast.h"
55 cil_build_ast(test_db, tree->root, test_db->ast->root);
71 cil_build_ast(test_db, tree->root, test_db->ast->root);
test_cil_resolve_ast.c 35 #include "../../src/cil_build_ast.h"
80 cil_build_ast(test_db, test_tree->root, test_db->ast->root);
104 cil_build_ast(test_db, test_tree->root, test_db->ast->root);
143 cil_build_ast(test_db, test_tree->root, test_db->ast->root);
162 int rc1=cil_build_ast(test_db, test_tree->root, test_db->ast->root);
182 cil_build_ast(test_db, test_tree->root, test_db->ast->root);
202 cil_build_ast(test_db, test_tree->root, test_db->ast->root);
224 cil_build_ast(test_db, test_tree->root, test_db->ast->root);
259 cil_build_ast(test_db, test_tree->root, test_db->ast->root);
292 cil_build_ast(test_db, test_tree->root, test_db->ast->root)
    [all...]
test_cil_copy_ast.c 35 #include "../../src/cil_build_ast.h"
    [all...]
test_cil_build_ast.c 36 #include "../../src/cil_build_ast.h"
    [all...]
  /external/selinux/libsepol/
Android.mk 46 cil/src/cil_build_ast.c \
  /external/selinux/libsepol/cil/src/
cil_build_ast.h 220 int cil_build_ast(struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast);
cil.c 43 #include "cil_build_ast.h"
46 #include "cil_build_ast.h"
371 rc = cil_build_ast(db, db->parse->root, db->ast->root);
    [all...]
cil_build_ast.c 44 #include "cil_build_ast.h"
5993 int cil_build_ast(__attribute__((unused)) struct cil_db *db, struct cil_tree_node *parse_tree, struct cil_tree_node *ast) function
    [all...]

Completed in 84 milliseconds