Searched refs:compile_section (Results 1 – 3 of 3) sorted by relevance
/external/minijail/ |
D | syscall_filter_unittest.c | 255 compile_section(nr, fragment, id, &self->labels); in TEST_F() 297 compile_section(nr, fragment, id, &self->labels); in TEST_F() 339 compile_section(nr, fragment, id, &self->labels); in TEST_F() 384 compile_section(nr, fragment, id, &self->labels); in TEST_F() 442 compile_section(nr, fragment, id, &self->labels); in TEST_F() 498 compile_section(nr, fragment, id, &self->labels); in TEST_F() 529 compile_section(nr, fragment, id, &self->labels); in TEST_F() 533 block = compile_section(nr, fragment, id, &self->labels); in TEST_F()
|
D | syscall_filter.h | 28 struct filter_block *compile_section(int nr, const char *policy_line,
|
D | syscall_filter.c | 239 struct filter_block *compile_section(int nr, const char *policy_line, in compile_section() function 465 compile_section(nr, policy_line, id, &labels); in compile_filter()
|