Searched refs:arg_blocks (Results 1 – 3 of 3) sorted by relevance
/external/minijail/ |
D | syscall_filter.c | 542 struct filter_block *head, struct filter_block **arg_blocks, in compile_file() argument 597 arg_blocks, labels, use_ret_trap, in compile_file() 676 if (*arg_blocks) { in compile_file() 677 free_block_list(*arg_blocks); in compile_file() 678 *arg_blocks = NULL; in compile_file() 684 if (*arg_blocks) { in compile_file() 685 extend_filter_block_list(*arg_blocks, block); in compile_file() 687 *arg_blocks = block; in compile_file() 694 if (*arg_blocks) { in compile_file() 695 free_block_list(*arg_blocks); in compile_file() [all …]
|
D | syscall_filter.h | 40 struct filter_block *head, struct filter_block **arg_blocks,
|
D | syscall_filter_unittest.cc | 59 struct filter_block** arg_blocks, in test_compile_file() argument 64 return compile_file(filename.c_str(), policy_file, head, arg_blocks, labels, in test_compile_file()
|