Home
last modified time | relevance | path

Searched refs:ReadFdToString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.h42 AT_SYMBOL_HIDDEN bool ReadFdToString(int fd, std::string& content);
H A Ddfx_util.cpp188 bool ReadFdToString(int fd, std::string& content) in ReadFdToString() function
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp178 if (!ReadFdToString(statFd.Get(), statStr)) { in GetProcessInfo()