Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp280 std::string CurrentCommandPath = CurrentPath + HiperfCommandName; in Setup() local
290 if (access(CurrentCommandPath.c_str(), X_OK) == 0) { in Setup()
291 executeCommandPath_ = CurrentCommandPath; in Setup()