Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp280 std::string CurrentCommandPath = CurrentPath + HiperfCommandName; in Setup()
305 } else if (access(CurrentPath.c_str(), W_OK) == 0) { in Setup()
306 outputDir_ = CurrentPath; in Setup()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h29 static const std::string CurrentPath = "./"; variable