Searched refs:sizeOutBuf (Results 1 – 3 of 3) sorted by relevance
| /developtools/hdc/src/common/ |
| D | base.h | 55 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf); 174 inline bool GetHdcProperty(const char *key, char *value, uint16_t sizeOutBuf) in GetHdcProperty() argument
|
| D | base.cpp | 663 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf) in RunPipeComand() argument 672 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()
|
| /developtools/hdc/src/host/ |
| D | server.h | 57 void BuildForwardVisableLine(HDaemonInfo hdi, char *out, int sizeOutBuf);
|