Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp291 executeCommandPath_ = CurrentCommandPath; in Setup()
293 executeCommandPath_ = TempCommandPath; in Setup()
295 executeCommandPath_ = SystemCommandPath; in Setup()
354 cmd.emplace_back(executeCommandPath_); in PrepareExecCmd()
482 executeCommandPath_.c_str(), errInfo); in ChildRunExecv()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h314 return executeCommandPath_; in GetCommandPath()
356 std::string executeCommandPath_ = ""; variable