Home
last modified time | relevance | path

Searched refs:scope_index_t (Results 1 – 7 of 7) sorted by relevance

/external/libsepol/include/sepol/policydb/
Dpolicydb.h385 } scope_index_t; typedef
401 scope_index_t required; /* symbols needed to activate this block */
402 scope_index_t declared; /* symbols declared within this block */
/external/libsepol/src/
Davrule_block.c78 static void scope_index_destroy(scope_index_t * scope) in scope_index_destroy()
Dlink.c1601 static int copy_scope_index(scope_index_t * src, scope_index_t * dest, in copy_scope_index()
Dwrite.c1674 static int scope_index_write(scope_index_t * scope_index, in scope_index_write()
Dpolicydb.c3282 static int scope_index_read(scope_index_t * scope_index, in scope_index_read()
/external/checkpolicy/
Dmodule_compiler.c697 scope_index_t *scope; in add_perm_to_class()
1259 scope_index_t * scope) in is_perm_in_scope_index()
1489 scope_index_t *src_scope = &stack->decl->required; in copy_requirements()
1490 scope_index_t *dest_scope = &dest->required; in copy_requirements()
/external/checkpolicy/test/
Ddismod.c514 static int display_scope_index(scope_index_t * indices, policydb_t * p, in display_scope_index()