HomeSort by relevance Sort by last modified time
    Searched refs:insert_id (Results 1 - 3 of 3) sorted by null

  /external/selinux/checkpolicy/
policy_parse.y 363 { if (insert_id("T",0)) return -1; }
365 { if (insert_id("F",0)) return -1; }
780 | GENFSCON filesystem path '-' '-' {insert_id("-", 0);} security_context_def
786 { if (insert_id(yytext,0)) return -1; }
793 { if (insert_id("~", 0)) return -1; }
795 { if (insert_id("~", 0)) return -1;
803 nested_xperm_element: xperm '-' { if (insert_id("-", 0)) return -1; } xperm
808 { if (insert_id(yytext,0)) return -1; }
837 { if (insert_id("*", 0)) return -1;
840 { if (insert_id("~", 0)) return -1
    [all...]
policy_define.h 71 int insert_id(const char *id,int push);
policy_define.c 116 int insert_id(const char *id, int push) function
    [all...]

Completed in 245 milliseconds