Searched refs:cil_gen_filecon (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 176 int cil_gen_filecon(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *a…
|
D | cil_build_ast.c | 4203 int cil_gen_filecon(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *a… in cil_gen_filecon() function 6397 rc = cil_gen_filecon(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 12408 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_dir() 12427 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_file() 12446 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_char() 12465 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_block() 12484 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_socket() 12503 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_pipe() 12522 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_symlink() 12541 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_any() 12560 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_neg() 12579 int rc = cil_gen_filecon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_filecon_anon_context() [all …]
|