Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c542 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 …]
Dsyscall_filter.h40 struct filter_block *head, struct filter_block **arg_blocks,
Dsyscall_filter_unittest.cc59 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()