Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp811 int bytesOnce = 0; in RunPipeComand() local
813 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()
814 if (bytesOnce <= 0) { in RunPipeComand()
817 bytesRead += bytesOnce; in RunPipeComand()