Home
last modified time | relevance | path

Searched refs:SystemCommandPath (Results 1 – 1 of 1) sorted by relevance

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp281 std::string SystemCommandPath = SystemBinPath + HiperfCommandName; in Setup() local
294 } else if (access(SystemCommandPath.c_str(), X_OK) == 0) { in Setup()
295 executeCommandPath_ = SystemCommandPath; in Setup()