Lines Matching refs:IoErrorHandler
33 static int openfile_mkstemp(IoErrorHandler &handler) { in openfile_mkstemp()
64 Position position, IoErrorHandler &handler) { in Open()
174 void OpenFile::Close(CloseStatus status, IoErrorHandler &handler) { in Close()
191 std::size_t maxBytes, IoErrorHandler &handler) { in Read()
220 std::size_t bytes, IoErrorHandler &handler) { in Write()
256 void OpenFile::Truncate(FileOffset at, IoErrorHandler &handler) { in Truncate()
270 FileOffset at, char *buffer, std::size_t bytes, IoErrorHandler &handler) { in ReadAsynchronously()
299 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
323 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
342 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
373 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
413 void OpenFile::CloseFd(IoErrorHandler &handler) { in CloseFd()