OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_copy_fill_level
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/cil/src/
cil_copy_ast.h
90
void
cil_copy_fill_level
(struct cil_db *db, struct cil_level *orig, struct cil_level **new);
cil_copy_ast.c
418
cil_copy_fill_level
(db, orig->level, &new->level);
892
void
cil_copy_fill_level
(struct cil_db *db, struct cil_level *orig, struct cil_level **new)
function
918
cil_copy_fill_level
(db, orig, &new);
930
cil_copy_fill_level
(db, data->low, &new->low);
936
cil_copy_fill_level
(db, data->high, &new->high);
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c
886
int rc =
cil_copy_fill_level
((struct cil_level*)test_ast_node->data, (struct cil_level*)test_copy->data);
[
all
...]
Completed in 28 milliseconds