Searched refs:fullRead (Results 1 – 4 of 4) sorted by relevance
65 bool fullRead(int fd, void *buf, size_t count);
75 bool fullRead(int fd, void *buf, size_t count) { in fullRead() function
154 if (not utility::fullRead(pipefd[0], &msgFromChild, sizeof(msgFromChild))) { in startDaemonTestPlatform() member in startDaemonTestPlatform::utility
163 if (not utility::fullRead(_aiInbandPipe[0], &ucData, sizeof(ucData))) { in run() member in CRemoteProcessorServer::run::utility