Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_policy.c61 #define TYPEATTRTYPES 9 macro
954 …fprintf(file_arr[TYPEATTRTYPES], "attribute %s;\n", ((struct cil_symtab_datum*)current->data)->nam… in cil_name_to_policy()
957 fprintf(file_arr[TYPEATTRTYPES], "type %s;\n", ((struct cil_symtab_datum*)current->data)->name); in cil_name_to_policy()
971 …fprintf(file_arr[TYPEATTRTYPES], "permissive %s;\n", ((struct cil_symtab_datum*)typeperm->type)->n… in cil_name_to_policy()
975 fprintf(file_arr[TYPEATTRTYPES], "role %s;\n", ((struct cil_symtab_datum*)current->data)->name); in cil_name_to_policy()
979 …fprintf(file_arr[TYPEATTRTYPES], "bool %s %s;\n", ((struct cil_symtab_datum*)current->data)->name,… in cil_name_to_policy()
1095 …fprintf(file_arr[TYPEATTRTYPES], "policycap %s;\n", ((struct cil_symtab_datum*)current->data)->nam… in cil_name_to_policy()
1244 file_arr[TYPEATTRTYPES] = fdopen(mkstemp(temp), "w+"); in cil_gen_policy()
1245 file_path_arr[TYPEATTRTYPES] = cil_strpool_add(temp); in cil_gen_policy()