Home
last modified time | relevance | path

Searched refs:PA_DEFAULT_CONFIG_DIR (Results 1 – 12 of 12) sorted by relevance

/third_party/pulseaudio/man/
Dmeson.build43 man_data.set('PA_DEFAULT_CONFIG_DIR', cdata.get_unquoted('PA_DEFAULT_CONFIG_DIR'))
/third_party/pulseaudio/src/daemon/
Dmeson.build81 daemon_conf.set('PA_DEFAULT_CONFIG_DIR', cdata.get_unquoted('PA_DEFAULT_CONFIG_DIR'))
Dohos_daemon-conf.c50 #define DEFAULT_SCRIPT_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "default.pa"
52 #define DEFAULT_SYSTEM_SCRIPT_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "system.pa"
54 #define DEFAULT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "daemon.conf"
Ddaemon-conf.c50 #define DEFAULT_SCRIPT_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "default.pa"
52 #define DEFAULT_SYSTEM_SCRIPT_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "system.pa"
54 #define DEFAULT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "daemon.conf"
Ddaemon.conf.in48 ; default-script-file = @PA_DEFAULT_CONFIG_DIR@/default.pa
/third_party/pulseaudio/include/
Dconfig.h268 #define PA_DEFAULT_CONFIG_DIR "/system/etc/pulse" macro
/third_party/pulseaudio/src/pulse/
Dclient-conf.c45 #define DEFAULT_CLIENT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "client.conf"
/third_party/pulseaudio/src/modules/
Dmodule-match.c56 #define DEFAULT_MATCH_TABLE_FILE PA_DEFAULT_CONFIG_DIR"/match.table"
Dmodule-stream-restore.c74 #define DEFAULT_FALLBACK_FILE PA_DEFAULT_CONFIG_DIR"/stream-restore.table"
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c2008 if (strncmp(global, PA_DEFAULT_CONFIG_DIR, strlen(PA_DEFAULT_CONFIG_DIR)) == 0) in pa_open_config_file()
2011 global + strlen(PA_DEFAULT_CONFIG_DIR)); in pa_open_config_file()
2074 if (strncmp(global, PA_DEFAULT_CONFIG_DIR, strlen(PA_DEFAULT_CONFIG_DIR)) == 0) in pa_find_config_file()
2077 global + strlen(PA_DEFAULT_CONFIG_DIR)); in pa_find_config_file()
Dcli-command.c2091 if (strncmp(fn, PA_DEFAULT_CONFIG_DIR, strlen(PA_DEFAULT_CONFIG_DIR)) == 0) in pa_cli_command_execute_line_stateful()
2094 fn + strlen(PA_DEFAULT_CONFIG_DIR)); in pa_cli_command_execute_line_stateful()
/third_party/pulseaudio/
Dmeson.build152 cdata.set_quoted('PA_DEFAULT_CONFIG_DIR', pulsesysconfdir)