Searched refs:ReplyFAIL (Results 1 – 2 of 2) sorted by relevance
33 static const std::string ReplyFAIL = "FAIL\n"; variable
825 size_t size = write(clientPipeOutput_, ReplyFAIL.c_str(), ReplyFAIL.size()); in ClientCommandResponse()826 if (size != ReplyFAIL.size()) { in ClientCommandResponse()829 HLOGD("Server:%s -> %d : %zd %d:%s", ReplyFAIL.c_str(), clientPipeOutput_, size, errno, in ClientCommandResponse()