Searched refs:arg_blocks (Results 1 – 3 of 3) sorted by relevance
/external/minijail/ |
D | syscall_filter.c | 563 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 …]
|
D | syscall_filter.h | 49 struct filter_block *head, struct filter_block **arg_blocks,
|
D | syscall_filter_unittest.cc | 64 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()
|