Searched refs:qemud (Results 1 – 2 of 2) sorted by relevance
73 unique_fd qemud; in setBootProperties() local76 qemud = unique_fd(qemud_channel_open(kBootPropertiesService)); in setBootProperties()77 if (qemud.ok()) { in setBootProperties()86 if (qemud_channel_send(qemud.get(), "list", -1) < 0) { in setBootProperties()92 const int len = qemud_channel_recv(qemud.get(), temp, sizeof(temp) - 1); in setBootProperties()
29 srcs: ["qemud.cpp"],