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

/system/core/libcutils/
H A Dproperties.c86 static int gPropFd = -1; variable
127 assert(gPropFd == -1);
129 gPropFd = connectToServer(SYSTEM_PROPERTY_PIPE_NAME);
130 if (gPropFd < 0) {
146 if (gPropFd < 0) {
163 if (write(gPropFd, sendBuf, sizeof(sendBuf)) != sizeof(sendBuf)) {
167 if (read(gPropFd, recvBuf, sizeof(recvBuf)) != sizeof(recvBuf)) {
213 if (gPropFd < 0)
226 if (write(gPropFd, sendBuf, sizeof(sendBuf)) != sizeof(sendBuf)) {
230 if (read(gPropFd, recvBu
[all...]

Completed in 3 milliseconds