Home
last modified time | relevance | path

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

/third_party/pulseaudio/include/
Dconfig.h278 #define PA_MACHINE_ID "/usr/local/etc/machine-id" macro
/third_party/pulseaudio/
Dconfigure.ac1071 PA_MACHINE_ID="${sysconfdir}/machine-id"
1072 AX_DEFINE_DIR(PA_MACHINE_ID, PA_MACHINE_ID, [D-Bus machine-id file])
Dmeson.build132 cdata.set_quoted('PA_MACHINE_ID', join_paths(sysconfdir, 'machine-id'))
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c2999 if ((f = pa_fopen_cloexec(PA_MACHINE_ID, "r")) || in pa_machine_id()