Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_copy_ast.h92 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new);
Dcil_copy_ast.c457 cil_copy_fill_level(db, orig->level, &new->level); in cil_copy_userlevel()
994 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new) in cil_copy_fill_level() function
1020 cil_copy_fill_level(db, orig, &new); in cil_copy_level()
1032 cil_copy_fill_level(db, data->low, &new->low); in cil_copy_fill_levelrange()
1038 cil_copy_fill_level(db, data->high, &new->high); in cil_copy_fill_levelrange()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c886 …int rc = cil_copy_fill_level((struct cil_level*)test_ast_node->data, (struct cil_level*)test_copy-… in test_cil_copy_fill_level()