Searched refs:CurrentPath (Results 1 – 2 of 2) sorted by relevance
280 std::string CurrentCommandPath = CurrentPath + HiperfCommandName; in Setup()305 } else if (access(CurrentPath.c_str(), W_OK) == 0) { in Setup()306 outputDir_ = CurrentPath; in Setup()
29 static const std::string CurrentPath = "./"; variable