Home
last modified time | relevance | path

Searched refs:pipeHandle (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/src/common/
H A Dbase.cpp1193 FILE *pipeHandle = popen(cmdString, "r"); in RunPipeComand() local
1194 if (pipeHandle == nullptr) { in RunPipeComand()
1199 while (!feof(pipeHandle)) { in RunPipeComand()
1200 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()
1211 pclose(pipeHandle); in RunPipeComand()

Completed in 4 milliseconds