Home
last modified time | relevance | path

Searched refs:resvec (Results 1 - 3 of 3) sorted by relevance

/test/ostest/wukong/test/unittest/
H A Dwukong_test.cpp29 bool ExecCmd(const std::string &cmd, std::string &resvec) in ExecCmd() argument
31 resvec.clear(); in ExecCmd()
41 resvec.append(tmp); in ExecCmd()
44 return resvec.size() >= 0 ? true : false; in ExecCmd()
/test/xts/acts/hiviewdfx/utils/native/
H A Dfile_utils.cpp36 int ExecCmdWithRet(std::string cmd, std::vector<std::string> &resvec) in ExecCmdWithRet() argument
50 resvec.clear(); in ExecCmdWithRet()
60 resvec.push_back(tmp); in ExecCmdWithRet()
63 return resvec.size(); in ExecCmdWithRet()
H A Dfile_utils.h32 int ExecCmdWithRet(std::string cmd, std::vector<std::string> &resvec);

Completed in 2 milliseconds