Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/daemon/
Dohos_pa_main.c1133 const char *command_source = NULL; in ohos_pa_main() local
1141 command_source = pa_daemon_conf_get_default_script_file(conf); in ohos_pa_main()
1147 command_source = _("command line arguments"); in ohos_pa_main()
1154 …e daemon due to errors while executing startup commands. Source of commands: %s"), command_source); in ohos_pa_main()
Dmain.c1099 const char *command_source = NULL; in main() local
1107 command_source = pa_daemon_conf_get_default_script_file(conf); in main()
1113 command_source = _("command line arguments"); in main()
1120 …e daemon due to errors while executing startup commands. Source of commands: %s"), command_source); in main()