Searched refs:cil_parser (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_parser.h | 35 int cil_parser(char *path, char *buffer, uint32_t size, struct cil_tree **parse_tree);
|
D | cil_parser.c | 199 int cil_parser(char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) in cil_parser() function
|
D | cil.c | 368 rc = cil_parser(name, buffer, size + 2, &db->parse); in cil_add_file()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_parser.c | 52 rc = cil_parser("policy.cil", data->buffer, data->file_size + 2, &test_parse_root); in test_cil_parser()
|
/external/selinux/libsepol/ |
D | Android.bp | 70 "cil/src/cil_parser.c",
|