Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-command.h33 int pa_cli_command_execute_file(pa_core *c, const char *fn, pa_strbuf *buf, bool *fail);
Dcli-command.c2095 … 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