Home
last modified time | relevance | path

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

/third_party/pulseaudio/include/
Dconfig.h280 #define PA_MACHINE_ID_FALLBACK "/var/local/lib/dbus/machine-id" macro
/third_party/pulseaudio/
Dconfigure.ac1073 PA_MACHINE_ID_FALLBACK="${localstatedir}/lib/dbus/machine-id"
1074 AX_DEFINE_DIR(PA_MACHINE_ID_FALLBACK, PA_MACHINE_ID_FALLBACK,
Dmeson.build133 cdata.set_quoted('PA_MACHINE_ID_FALLBACK', join_paths(localstatedir, 'lib', 'dbus', 'machine-id'))
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c3000 (f = pa_fopen_cloexec(PA_MACHINE_ID_FALLBACK, "r")) || in pa_machine_id()