Home
last modified time | relevance | path

Searched refs:policydb_errors (Results 1 – 3 of 3) sorted by relevance

/external/selinux/checkpolicy/
Dparse_util.c30 extern unsigned int policydb_errors;
54 if (yyparse() || policydb_errors) { in read_source_policy()
64 if (yyparse() || policydb_errors) { in read_source_policy()
72 if (policydb_errors) in read_source_policy()
Dpolicy_scan.l47 unsigned int policydb_errors = 0; variable
300 policydb_errors++;
Dpolicy_define.c68 extern unsigned int policydb_errors;
85 policydb_errors = 0; in init_parser()