Home
last modified time | relevance | path

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

/third_party/pulseaudio/include/
Dconfig.h278 #define PA_MACHINE_ID "/usr/local/etc/machine-id" macro
/third_party/pulseaudio/
Dmeson.build147 cdata.set_quoted('PA_MACHINE_ID', join_paths(sysconfdir, 'machine-id'))
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c3230 if ((f = pa_fopen_cloexec(PA_MACHINE_ID, "r")) || in pa_machine_id()