Searched refs:RunPipeComand (Results 1 – 10 of 10) sorted by relevance
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | system_depend.cpp | 37 RunPipeComand(stringBuf.c_str(), outBuf, sizeof(outBuf), true); in SetDevItem() 54 RunPipeComand(stringBuf.c_str(), tmpStringBuf, BUF_SIZE_MEDIUM - 1, true); in GetDevItem()
|
| D | usb_util.cpp | 81 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf) in RunPipeComand() function 109 RunPipeComand(stringBuf.c_str(), outBuf, sizeof(outBuf), true); in SetDevItem()
|
| D | usb_util.h | 33 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf);
|
| D | base.h | 45 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf);
|
| D | base.cpp | 38 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf) in RunPipeComand() function
|
| /developtools/hdc/src/daemon/ |
| D | system_depend.cpp | 44 Base::RunPipeComand(stringBuf.c_str(), outBuf, sizeof(outBuf), true); in SetDevItem() 61 Base::RunPipeComand(stringBuf.c_str(), tmpStringBuf, BUF_SIZE_MEDIUM - 1, true); in GetDevItem()
|
| /developtools/hdc/src/test/ |
| D | ut_mod.cpp | 88 Base::RunPipeComand(const_cast<const char *>("id"), bufString, sizeof(bufString), false); in TestShellExecute() 102 …Base::RunPipeComand(const_cast<const char *>("cat /etc/passwd"), bufString, sizeof(bufString), fal… in TestShellExecute() 144 Base::RunPipeComand(cmd.c_str(), bufString, sizeof(bufString), false); in TestFileCommand() 292 Base::RunPipeComand(cmd.c_str(), bufString, sizeof(bufString), false); in TestAppCommand()
|
| /developtools/hdc/src/common/ |
| D | async_cmd.cpp | 116 Base::RunPipeComand(stringBuf.c_str(), tmpStringBuf, BUF_SIZE_MEDIUM - 1, true); in GetDevItem()
|
| D | base.h | 56 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf);
|
| D | base.cpp | 708 bool RunPipeComand(const char *cmdString, char *outBuf, uint16_t sizeOutBuf, bool ignoreTailLf) in RunPipeComand() function
|