Searched refs:insert_id (Results 1 – 3 of 3) sorted by relevance
/external/selinux/checkpolicy/ |
D | 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 …]
|
D | policy_define.h | 71 int insert_id(const char *id,int push);
|
D | policy_define.c | 116 int insert_id(const char *id, int push) in insert_id() function
|