Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.h38 static int FdToRead(const std::string &file);
H A Ddump_utils.cpp281 int DumpUtils::FdToRead(const std::string &file) in FdToRead() function in OHOS::HiviewDFX::DumpUtils
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfile_stream_dumper.cpp79 if ((fd_ = DumpUtils::FdToRead(filename)) == -1) { in OpenNextFile()