Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp282 std::string TempCommandPath = TempBinPath + HiperfCommandName; in Setup() local
292 } else if (access(TempCommandPath.c_str(), X_OK) == 0) { in Setup()
293 executeCommandPath_ = TempCommandPath; in Setup()