HomeSort by relevance Sort by last modified time
    Searched defs:op_str (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/cil/src/
cil_policy.c 472 char *op_str = NULL; local
476 op_str = CIL_KEY_AND;
479 op_str = CIL_KEY_OR;
482 op_str = CIL_KEY_NOT;
485 op_str = CIL_KEY_ALL;
488 op_str = CIL_KEY_XOR;
494 fprintf(file_arr[file_index], " %s", op_str);
675 char *op_str = NULL; local
683 op_str = CIL_KEY_AND;
686 op_str = CIL_KEY_OR
    [all...]
cil_tree.c 280 char *op_str = NULL; local
288 op_str = CIL_KEY_AND;
291 op_str = CIL_KEY_OR;
294 op_str = CIL_KEY_NOT;
297 op_str = CIL_KEY_ALL;
300 op_str = CIL_KEY_EQ;
303 op_str = CIL_KEY_NEQ;
306 op_str = CIL_KEY_XOR;
309 op_str = CIL_KEY_RANGE;
312 op_str = CIL_KEY_CONS_DOM
    [all...]

Completed in 7033 milliseconds