Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter_unittest.c255 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()
Dsyscall_filter.h28 struct filter_block *compile_section(int nr, const char *policy_line,
Dsyscall_filter.c239 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()