Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c563 struct filter_block *head, struct filter_block **arg_blocks, in compile_file() argument
628 arg_blocks, labels, filteropts, in compile_file()
707 if (*arg_blocks) { in compile_file()
708 free_block_list(*arg_blocks); in compile_file()
709 *arg_blocks = NULL; in compile_file()
716 if (*arg_blocks) { in compile_file()
717 extend_filter_block_list(*arg_blocks, block); in compile_file()
719 *arg_blocks = block; in compile_file()
726 if (*arg_blocks) { in compile_file()
727 free_block_list(*arg_blocks); in compile_file()
[all …]
Dsyscall_filter.h49 struct filter_block *head, struct filter_block **arg_blocks,
Dsyscall_filter_unittest.cc64 struct filter_block** arg_blocks, in test_compile_file() argument
74 return compile_file(filename.c_str(), policy_file, head, arg_blocks, labels, in test_compile_file()