Searched refs:SystemCommandPath (Results 1 – 1 of 1) sorted by relevance
281 std::string SystemCommandPath = SystemBinPath + HiperfCommandName; in Setup() local294 } else if (access(SystemCommandPath.c_str(), X_OK) == 0) { in Setup()295 executeCommandPath_ = SystemCommandPath; in Setup()