HomeSort by relevance Sort by last modified time
    Searched full:arg_blocks (Results 1 - 1 of 1) sorted by null

  /external/minijail/
syscall_filter.c 383 struct filter_block *arg_blocks = NULL; local
470 if (arg_blocks) {
471 extend_filter_block_list(arg_blocks, block);
473 arg_blocks = block;
489 (arg_blocks? arg_blocks->total_len : 0);
499 if (flatten_block_list(arg_blocks, final_filter,
504 free_block_list(arg_blocks);

Completed in 151 milliseconds