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.cpp329 std::string SystemCommandPath = SYSTEM_BIN_PATH + HIPERF_COMMAND_NAME; in Setup() local
338 if (access(SystemCommandPath.c_str(), X_OK) == 0) { in Setup()
339 executeCommandPath_ = SystemCommandPath; in Setup()