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.cpp151 content_ = EMPTY_STRING; in Start()
189 return content_; in Stop()
197 content_.resize(fileLength); in Stop()
199 const long len = read(fileno(recordFile_), content_.data(), fileLength); in Stop()
211 return content_; in Stop()
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h288 std::string content_ = EMPTY_STRING; variable
/developtools/hiperf/include/
Dutilities.h296 std::string content_ = EMPTY_STRING; variable