Home
last modified time | relevance | path

Searched refs:content_ (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp96 content_ = EMPTY_STRING; in Start()
133 return content_; in Stop()
141 content_.resize(fileLength); in Stop()
143 const long len = read(fileno(recordFile_), content_.data(), fileLength); in Stop()
155 return content_; in Stop()
/developtools/hiperf/src/
Dutilities.cpp170 content_ = EMPTY_STRING; in Start()
208 return content_; in Stop()
216 content_.resize(fileLength); in Stop()
218 const long len = read(fileno(recordFile_), content_.data(), fileLength); in Stop()
230 return content_; in Stop()
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h273 std::string content_ = EMPTY_STRING; variable
/developtools/hiperf/include/
Dutilities.h295 std::string content_ = EMPTY_STRING; variable