Searched refs:TempCommandPath (Results 1 – 1 of 1) sorted by relevance
282 std::string TempCommandPath = TempBinPath + HiperfCommandName; in Setup() local292 } else if (access(TempCommandPath.c_str(), X_OK) == 0) { in Setup()293 executeCommandPath_ = TempCommandPath; in Setup()