Searched refs:HiperfCommandName (Results 1 – 2 of 2) sorted by relevance
280 std::string CurrentCommandPath = CurrentPath + HiperfCommandName; in Setup()281 std::string SystemCommandPath = SystemBinPath + HiperfCommandName; in Setup()282 std::string TempCommandPath = TempBinPath + HiperfCommandName; in Setup()
26 static const std::string HiperfCommandName = "hiperf"; variable