Home
last modified time | relevance | path

Searched refs:cmdret (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/hiviewdfx/utils/native/
Dfile_utils.cpp68 std::vector<std::string> cmdret; in ExeCmd() local
69 ExecCmdWithRet(cmd, cmdret); in ExeCmd()
74 std::vector<std::string> cmdret; in CmdRun() local
78 resultlen = ExecCmdWithRet(cmd, cmdret); in CmdRun()
80 rst = rst + cmdret[i]; in CmdRun()
96 std::vector<std::string> cmdret; in ExecuteCmd() local
100 resultlen = ExecCmdWithRet(cmd, cmdret); in ExecuteCmd()
102 rst = rst + cmdret[i] + "\n"; in ExecuteCmd()
117 std::vector<std::string> cmdret; in RedirecthiLog() local
120 cmdretlen = ExecCmdWithRet(cmd, cmdret); in RedirecthiLog()
[all …]
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
DHiAppEventCPPTest.cpp53 std::vector<std::string> cmdret; in TearDown() local
55 ExecCmdWithRet(cmd, cmdret); in TearDown()
1089 std::vector<std::string> cmdret; variable
1099 ExecCmdWithRet(cmd, cmdret);
1138 std::vector<std::string> cmdret; variable
1147 ExecCmdWithRet(cmd, cmdret);