Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dzipfolder_output.cpp26 static const int FD_UNSET = -1; variable
30 ZipFolderOutput::ZipFolderOutput() : fd_(FD_UNSET) in ZipFolderOutput()
39 if (fd_ > FD_UNSET) { in ~ZipFolderOutput()
43 fd_ = FD_UNSET; in ~ZipFolderOutput()
120 if (fd_ > FD_UNSET) { in Reset()
124 fd_ = FD_UNSET; in Reset()