Searched refs:CloseStatus (Results 1 – 8 of 8) sorted by relevance
22 enum class CloseStatus { Keep, Delete }; enum45 void Close(CloseStatus, IoErrorHandler &);
166 void OpenFile::Close(CloseStatus status, IoErrorHandler &handler) { in Close()171 case CloseStatus::Keep: in Close()173 case CloseStatus::Delete: in Close()
361 void set_status(CloseStatus status) { status_ = status; } in set_status()365 CloseStatus status_{CloseStatus::Keep};390 void set_status(CloseStatus) {} // discards in set_status() argument
59 p->unit.CloseUnit(CloseStatus::Keep, handler); in CloseAll()
58 void CloseUnit(CloseStatus, IoErrorHandler &);
113 Close(CloseStatus::Keep, handler); in OpenUnit()160 void ExternalFileUnit::CloseUnit(CloseStatus status, IoErrorHandler &handler) { in CloseUnit()
830 close->set_status(CloseStatus::Keep); in IONAME()833 close->set_status(CloseStatus::Delete); in IONAME()
65 int CloseStatus = close(FD); in readCpuInfo() local66 if (CloseStatus) in readCpuInfo()