Searched refs:SystemCommandPath (Results 1 – 1 of 1) sorted by relevance
329 std::string SystemCommandPath = SYSTEM_BIN_PATH + HIPERF_COMMAND_NAME; in Setup() local338 if (access(SystemCommandPath.c_str(), X_OK) == 0) { in Setup()339 executeCommandPath_ = SystemCommandPath; in Setup()