Lines Matching refs:PLOGF
94 if (!binder::Pipe(&mReadEnd, &childWriteEnd, 0)) PLOGF("child write pipe failed"); in Process()
95 if (!binder::Pipe(&childReadEnd, &mWriteEnd, 0)) PLOGF("child read pipe failed"); in Process()
152 if (!fd.ok()) PLOGF("initUnixSocket failed to create socket"); in initUnixSocket()
154 PLOGF("initUnixSocket failed to bind"); in initUnixSocket()
214 PLOGF("Could not create socket %s", addr.toString().c_str()); in connectTo()
218 PLOGF("Could not connect to socket %s", addr.toString().c_str()); in connectTo()
227 PLOGF("Failed socketpair()"); in connectToUnixBootstrap()
236 PLOGF("Failed sendMessageOnSocket"); in connectToUnixBootstrap()
279 PLOGF("Failed socketpair()"); in createRpcTestSocketServerProcessEtc()
294 PLOGF("execl('%s', _, %s, %s) should not return at all, but it returned %d", in createRpcTestSocketServerProcessEtc()
1602 PLOGF("Failed receiveMessage"); in recvmsgServerConnection()