Searched refs:exec_command_flags_to_strv (Results 1 – 6 of 6) sorted by relevance
434 TEST(exec_command_flags_to_strv) { in TEST() argument441 r = exec_command_flags_to_strv(flags, &opts); in TEST()446 r = exec_command_flags_to_strv(0, &empty_opts); in TEST()453 r = exec_command_flags_to_strv(flags, &invalid_opts); in TEST()
43 int exec_command_flags_to_strv(ExecCommandFlags flags, char ***ex_opts);
386 int exec_command_flags_to_strv(ExecCommandFlags flags, char ***ex_opts) { in exec_command_flags_to_strv() function
343 r = exec_command_flags_to_strv(flags, &ex_opts); in bus_append_exec_command()
1308 r = exec_command_flags_to_strv(info.flags, &optv); in print_property()
1377 r = exec_command_flags_to_strv(c->flags, &ex_opts); in append_exec_ex_command()