Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_copy_ast.h89 int cil_copy_senscat(struct cil_db *db, void *data, void **copy, symtab_t *symtab);
Dcil_copy_ast.c948 int cil_copy_senscat(struct cil_db *db, void *data, void **copy, __attribute__((unused)) symtab_t *… in cil_copy_senscat() function
1890 copy_func = &cil_copy_senscat; in __cil_copy_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c763 int rc = cil_copy_senscat(test_db, test_ast_node->data, (void**)&test_copy, &sym); in test_cil_copy_senscat()