Home
last modified time | relevance | path

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

/external/sepolicy/tools/
Dcheck_seapp.c693 int num_of_args; in handle_options() local
724 num_of_args = argc - optind; in handle_options()
726 if (num_of_args > 1) { in handle_options()
727 log_error("Too many arguments, expected 0 or 1, argument, got %d\n", num_of_args); in handle_options()
730 } else if (num_of_args == 1) { in handle_options()