Home
last modified time | relevance | path

Searched refs:PA_BUILDDIR (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/modules/gsettings/
Dmodule-gsettings.c56 …pa_run_from_build_tree() ? PA_BUILDDIR PA_PATH_SEP "src" PA_PATH_SEP "modules" PA_PATH_SEP "gsetti… in pa__init()
58 pa_run_from_build_tree() ? PA_BUILDDIR "/gsettings-helper" : in pa__init()
/third_party/pulseaudio/src/modules/gconf/
Dmodule-gconf.c55 pa_run_from_build_tree() ? PA_BUILDDIR "/gconf-helper" : in pa__init()
/third_party/pulseaudio/src/tests/
Dalsa-mixer-path-test.c33 const char *Makefile = PA_BUILDDIR "/Makefile"; in load_makefile()
/third_party/pulseaudio/include/
Dconfig.h264 #define PA_BUILDDIR "/home/workspace/pa/pulseaudio/confgure" macro
/third_party/pulseaudio/src/daemon/
Ddaemon-conf.c164 c->dl_search_path = pa_xstrdup(PA_BUILDDIR PA_PATH_SEP "src" PA_PATH_SEP "modules"); in pa_daemon_conf_new()
166 c->dl_search_path = pa_xstrdup(PA_BUILDDIR); in pa_daemon_conf_new()
Dohos_daemon-conf.c164 c->dl_search_path = pa_xstrdup(PA_BUILDDIR PA_PATH_SEP "src" PA_PATH_SEP "modules"); in pa_daemon_conf_new()
166 c->dl_search_path = pa_xstrdup(PA_BUILDDIR); in pa_daemon_conf_new()
/third_party/pulseaudio/
Dmeson.build135 cdata.set_quoted('PA_BUILDDIR', meson.current_build_dir())
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c3340 b = pa_startswith(rp, PA_BUILDDIR); in pa_run_from_build_tree()