Home
last modified time | relevance | path

Searched refs:FdToWrite (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.h39 static int FdToWrite(const std::string &file);
H A Ddump_utils.cpp257 int fd = FdToWrite(FILE_CUR_OOM_ADJ); in SetAdj()
302 int DumpUtils::FdToWrite(const std::string &file) in FdToWrite() function in OHOS::HiviewDFX::DumpUtils
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dzipfolder_output.cpp62 fd_= DumpUtils::FdToWrite(logDefaultPath_); in PreExecute()
H A Dmemory_dumper.cpp47 rawParamFd_ = DumpUtils::FdToWrite(logDefaultPath_); in PreExecute()
H A Dsa_dumper.cpp55 outputFd_ = DumpUtils::FdToWrite(logDefaultPath_); in PreExecute()
H A Dzip_output.cpp48 fd_= DumpUtils::FdToWrite(mFilePath_); in PreExecute()