Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_policy.c53 #define ISIDS 1 macro
1085 fprintf(file_arr[ISIDS], "sid %s\n", ((struct cil_symtab_datum*)current->data)->name); in cil_name_to_policy()
1207 file_arr[ISIDS] = fdopen(mkstemp(temp), "w+"); in cil_gen_policy()
1208 file_path_arr[ISIDS] = cil_strpool_add(temp); in cil_gen_policy()
1269 fprintf(file_arr[ISIDS], "sid %s ", ((struct cil_sid*)item->data)->datum.name); in cil_gen_policy()