Searched refs:CurrentCommandPath (Results 1 – 1 of 1) sorted by relevance
280 std::string CurrentCommandPath = CurrentPath + HiperfCommandName; in Setup() local290 if (access(CurrentCommandPath.c_str(), X_OK) == 0) { in Setup()291 executeCommandPath_ = CurrentCommandPath; in Setup()