Searched refs:sizeOutBuf (Results 1 - 3 of 3) sorted by relevance
/developtools/hdc/src/common/ |
H A D | base.h | 83 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf); 248 inline bool GetHdcProperty(const char *key, char *value, uint16_t sizeOutBuf) in GetHdcProperty() argument
|
H A D | base.cpp | 1191 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf) in RunPipeComand() argument 1200 bytesOnce = fread(outBuf, 1, sizeOutBuf - bytesRead, pipeHandle); in RunPipeComand()
|
/developtools/hdc/src/host/ |
H A D | server.h | 58 void BuildForwardVisableLine(HDaemonInfo hdi, char *out, int sizeOutBuf);
|
Completed in 5 milliseconds