Searched refs:cil_gen_declared_string (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_build_ast.h | 43 struct cil_symtab_datum *cil_gen_declared_string(struct cil_db *db, hashtab_key_t key, struct cil_t…
|
H A D | cil_build_ast.c | 86 struct cil_symtab_datum *cil_gen_declared_string(struct cil_db *db, hashtab_key_t key, struct cil_t… in cil_gen_declared_string() function 3420 nametypetrans->name = cil_gen_declared_string(db, s4, ast_node); in cil_gen_typetransition() 4148 filecon->path = cil_gen_declared_string(db, filecon->path_str, ast_node); in cil_gen_filecon()
|
H A D | cil_resolve_ast.c | 2686 string = cil_gen_declared_string(db, arg_node->data, call_node); in cil_build_call_args()
|