Searched refs:cil_copy_fill_level (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.h | 92 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new);
|
D | cil_copy_ast.c | 457 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/ |
D | test_cil_copy_ast.c | 886 …int rc = cil_copy_fill_level((struct cil_level*)test_ast_node->data, (struct cil_level*)test_copy-… in test_cil_copy_fill_level()
|