Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h28 static const std::string TempBinPath = "/data/local/tmp/"; variable
235 Client(const std::string &outputDir = TempBinPath);
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp283 std::string TempCommandPath = TempBinPath + HiperfCommandName; in Setup()