Home
last modified time | relevance | path

Searched refs:cil_parser (Results 1 - 4 of 4) sorted by relevance

/third_party/selinux/libsepol/cil/src/
H A Dcil_parser.h35 int cil_parser(const char *path, char *buffer, uint32_t size, struct cil_tree **parse_tree);
H A Dcil_parser.c41 #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 Dcil.c45 #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 Dtest_cil_parser.c36 #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