OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_copy_perm
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/cil/src/
cil_copy_ast.h
43
int
cil_copy_perm
(struct cil_db *db, void *data, void **copy, symtab_t *symtab);
cil_copy_ast.c
163
int
cil_copy_perm
(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *symtab)
function
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c
201
int rc =
cil_copy_perm
(test_db, test_ast_node->data, &test_copy->data, &sym);
204
rc =
cil_copy_perm
(test_db, test_ast_node->data, &test_copy->data, &sym);
207
rc =
cil_copy_perm
(test_db, test_ast_node->data, &test_copy->data, &sym);
[
all
...]
Completed in 27 milliseconds