Searched refs:pa_cli_command_execute_file (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | cli-command.h | 33 int pa_cli_command_execute_file(pa_core *c, const char *fn, pa_strbuf *buf, bool *fail);
|
D | cli-command.c | 2095 … if (pa_cli_command_execute_file(c, sorted_files[i], buf, fail) < 0 && *fail) in pa_cli_command_execute_line_stateful() 2106 } else if (pa_cli_command_execute_file(c, filename, buf, fail) < 0 && *fail) { in pa_cli_command_execute_line_stateful() 2192 int pa_cli_command_execute_file(pa_core *c, const char *fn, pa_strbuf *buf, bool *fail) { in pa_cli_command_execute_file() function
|