Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/
Ddump_utils.cpp60 int fd = FdToWrite(FILE_CUR_OOM_ADJ); in SetAdj()
105 int DumpUtils::FdToWrite(const std::string &file) in FdToWrite() function in OHOS::HiviewDFX::DumpUtils
134 int fd = FdToWrite(file); in FileWriteable()
Ddump_utils.h40 static int FdToWrite(const std::string &file);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dzipfolder_output.cpp62 fd_= DumpUtils::FdToWrite(logDefaultPath_); in PreExecute()
Dzip_output.cpp48 fd_= DumpUtils::FdToWrite(mFilePath_); in PreExecute()