Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp116 content_ = EMPTY_STRING; in Start()
153 return content_; in Stop()
161 content_.resize(fileLength); in Stop()
163 const long len = read(fileno(recordFile_), content_.data(), fileLength); in Stop()
175 return content_; in Stop()
/developtools/hiperf/src/
H A Dutilities.cpp163 content_ = EMPTY_STRING; in Start()
198 return content_; in Stop()
207 content_.resize(fileLength); in Stop()
209 const long len = read(fileno(recordFile_), content_.data(), fileLength); in Stop()
221 return content_; in Stop()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h289 std::string content_ = EMPTY_STRING; member in OHOS::Developtools::NativeDaemon::StdoutRecord
/developtools/hiperf/include/
H A Dutilities.h295 std::string content_ = EMPTY_STRING; member in OHOS::Developtools::HiPerf::StdoutRecord

Completed in 7 milliseconds