Lines Matching defs:currFile
40 currFile = currDir + "/mytestfilename";
42 std::ofstream file(currFile);
57 invalidParam = currFile;
67 if (std::remove(currFile.c_str()) != 0) {
76 static std::string currFile;
79 std::string CommandParserTest::currFile = "";
317 *std::next(it) = currFile;
792 *std::next(it) = currFile;
989 EXPECT_EQ(CommandParser::GetInstance().GetConfigPath(), currFile);
1134 EXPECT_EQ(CommandParser::GetInstance().GetLoaderJsonPath(), currFile);