Home
last modified time | relevance | path

Searched refs:bytesOnce (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Dbase.cpp670 int bytesOnce = 0; in RunPipeComand() local
672 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()
673 if (bytesOnce <= 0) { in RunPipeComand()
676 bytesRead += bytesOnce; in RunPipeComand()