Lines Matching full:opts
295 const struct AndroidForkExecvpOption* opts, size_t opts_len) {
363 if (opts[i].opt_type == FORK_EXECVP_OPTION_CAPTURE_OUTPUT) {
364 opts[i].opt_capture_output.on_output(
365 (uint8_t*)&buffer[b], sz, opts[i].opt_capture_output.user_pointer);
486 const struct AndroidForkExecvpOption* opts, size_t opts_len) {
543 if (opts[i].opt_type == FORK_EXECVP_OPTION_INPUT) {
565 if (opts[i].opt_type == FORK_EXECVP_OPTION_INPUT) {
566 size_t left = opts[i].opt_input.input_len;
567 const uint8_t* input = opts[i].opt_input.input;
581 abbreviated, file_path, opts, opts_len);