Searched refs:gPropFd (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dproperties.c176 static int gPropFd = -1; variable
217 assert(gPropFd == -1);
219 gPropFd = connectToServer(SYSTEM_PROPERTY_PIPE_NAME);
220 if (gPropFd < 0) {
236 if (gPropFd < 0) {
253 if (write(gPropFd, sendBuf, sizeof(sendBuf)) != sizeof(sendBuf)) {
257 if (read(gPropFd, recvBuf, sizeof(recvBuf)) != sizeof(recvBuf)) {
303 if (gPropFd < 0)
316 if (write(gPropFd, sendBuf, sizeof(sendBuf)) != sizeof(sendBuf)) {
320 if (read(gPropFd, recvBu
[all...]

Completed in 1833 milliseconds