Home
last modified time | relevance | path

Searched refs:cil_copy_perm (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_copy_ast.h43 int cil_copy_perm(struct cil_db *db, void *data, void **copy, symtab_t *symtab);
Dcil_copy_ast.c163 int cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sym… in cil_copy_perm() function
1708 copy_func = &cil_copy_perm; in __cil_copy_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c201 int rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym); in test_cil_copy_perm()
204 rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym); in test_cil_copy_perm()
207 rc = cil_copy_perm(test_db, test_ast_node->data, &test_copy->data, &sym); in test_cil_copy_perm()