Home
last modified time | relevance | path

Searched refs:PA_MACHINE_ID_FALLBACK (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/include/
Dconfig.h280 #define PA_MACHINE_ID_FALLBACK "/var/local/lib/dbus/machine-id" macro
/third_party/pulseaudio/
Dmeson.build148 cdata.set_quoted('PA_MACHINE_ID_FALLBACK', join_paths(localstatedir, 'lib', 'dbus', 'machine-id'))
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c3234 (f = pa_fopen_cloexec(PA_MACHINE_ID_FALLBACK, "r")) || in pa_machine_id()