Searched refs:insert_id (Results 1 – 3 of 3) sorted by relevance
/external/selinux/checkpolicy/ |
D | policy_parse.y | 355 { if (insert_id("T",0)) return -1; } 357 { if (insert_id("F",0)) return -1; } 752 | GENFSCON filesystem path '-' '-' {insert_id("-", 0);} security_context_def 758 { if (insert_id(yytext,0)) return -1; } 765 { if (insert_id("~", 0)) return -1; } 767 { if (insert_id("~", 0)) return -1; 775 nested_xperm_element: xperm '-' { if (insert_id("-", 0)) return -1; } xperm 780 { if (insert_id(yytext,0)) return -1; } 809 { if (insert_id("*", 0)) return -1; 812 { if (insert_id("~", 0)) return -1; [all …]
|
D | policy_define.h | 68 int insert_id(const char *id,int push);
|
D | policy_define.c | 115 int insert_id(const char *id, int push) in insert_id() function
|