Lines Matching refs:std
26 static std::string g_currDir = "";
27 static std::string g_currFile = "";
31 Param(std::string name, std::vector<std::string> values) : name(name), values(values) {}
32 std::string name;
33 std::vector<std::string> values;
40 void CallParamsParseFunc(const std::vector<std::string>& args);
41 void SetTestArgs(std::vector<std::string>& args);
42 std::vector<Param> paramList = {
90 g_currDir = std::string(buffer);
98 std::ofstream file(g_currFile);
113 if (std::remove(g_currFile.c_str()) != 0) {
116 std::filesystem::remove(g_currDir.c_str());
121 std::cout << "--> ParamsParseFuzzTest." << __func__ << " <--" <<std::endl;
126 std::cout << "--> ParamsParseFuzzTest." << __func__ << " <--" <<std::endl;