Searched refs:SIDS (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_policy.c66 #define SIDS 14 macro
1089 fprintf(file_arr[SIDS], "sid %s ", sidcon->sid_str);
1090 cil_context_to_policy(file_arr, SIDS, sidcon->context);
1091 fprintf(file_arr[SIDS], "\n");
1259 file_arr[SIDS] = fdopen(mkstemp(temp), "w+");
1260 file_path_arr[SIDS] = cil_strpool_add(temp);

Completed in 46 milliseconds