Searched refs:readBytes (Results 1 – 3 of 3) sorted by relevance
1075 ssize_t readBytes; in copyCacheFiles() local1076 while ((readBytes = read(fromFd, &buffer, kBufferSize)) > 0) { in copyCacheFiles()1077 ASSERT_EQ(write(toFd, &buffer, readBytes), readBytes); in copyCacheFiles()1079 ASSERT_GE(readBytes, 0); in copyCacheFiles()
570 int readBytes =0; in ebd_thread() local591 if((readBytes = Read_Buffer(pBuffer)) > 0) { in ebd_thread()592 pBuffer->nFilledLen = readBytes; in ebd_thread()601 pBuffer->nFilledLen = readBytes; in ebd_thread()1030 int readBytes =0; int bufCnt=0; in EmptyBufferDone() local
691 int readBytes =0; in ebd_thread() local715 if (((readBytes = Read_Buffer(pBuffer)) > 0) && !signal_eos) { in ebd_thread()716 pBuffer->nFilledLen = readBytes; in ebd_thread()723 pBuffer->nFilledLen = readBytes; in ebd_thread()1240 int readBytes =0; in EmptyBufferDone() local