Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
Dbase.cpp45 int bytesOnce = 0; in RunPipeComand() local
47 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()
48 if (bytesOnce <= 0) { in RunPipeComand()
51 bytesRead += bytesOnce; in RunPipeComand()
Dusb_util.cpp88 int bytesOnce = 0; in RunPipeComand() local
90 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()
91 if (bytesOnce <= 0) { in RunPipeComand()
94 bytesRead += bytesOnce; in RunPipeComand()
/developtools/hdc/src/common/
Dbase.cpp715 int bytesOnce = 0; in RunPipeComand() local
717 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()
718 if (bytesOnce <= 0) { in RunPipeComand()
721 bytesRead += bytesOnce; in RunPipeComand()