Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp280 std::string CurrentCommandPath = CurrentPath + HiperfCommandName; in Setup()
281 std::string SystemCommandPath = SystemBinPath + HiperfCommandName; in Setup()
282 std::string TempCommandPath = TempBinPath + HiperfCommandName; in Setup()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h26 static const std::string HiperfCommandName = "hiperf"; variable