Searched refs:ExecCmdWithRet (Results 1 – 3 of 3) sorted by relevance
| /test/xts/acts/hiviewdfx/utils/native/ |
| D | file_utils.cpp | 36 int ExecCmdWithRet(std::string cmd, std::vector<std::string> &resvec) in ExecCmdWithRet() function 69 ExecCmdWithRet(cmd, cmdret); in ExeCmd() 78 resultlen = ExecCmdWithRet(cmd, cmdret); in CmdRun() 100 resultlen = ExecCmdWithRet(cmd, cmdret); in ExecuteCmd() 120 cmdretlen = ExecCmdWithRet(cmd, cmdret); in RedirecthiLog() 126 cmdretlen = ExecCmdWithRet(cmd, cmdret); in RedirecthiLog()
|
| D | file_utils.h | 32 int ExecCmdWithRet(std::string cmd, std::vector<std::string> &resvec);
|
| /test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/ |
| D | HiAppEventCPPTest.cpp | 55 ExecCmdWithRet(cmd, cmdret); in TearDown() 1129 ExecCmdWithRet(cmd, cmdret); 1178 ExecCmdWithRet(cmd, cmdret);
|