Searched refs:cil_parser (Results 1 - 4 of 4) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_parser.h | 35 int cil_parser(const char *path, char *buffer, uint32_t size, struct cil_tree **parse_tree);
|
H A D | cil_parser.c | 41 #include "cil_parser.h" 214 int cil_parser(const char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) in cil_parser() function
|
H A D | cil.c | 45 #include "cil_parser.h" 524 rc = cil_parser(name, buffer, size + 2, &db->parse); in cil_add_file()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_parser.c | 36 #include "../../src/cil_parser.h" 52 rc = cil_parser("policy.cil", data->buffer, data->file_size + 2, &test_parse_root); in test_cil_parser()
|
Completed in 6 milliseconds