Lines Matching refs:SystemError
75 FMT_THROW(SystemError(errno, "cannot open file {}", filename)); in BufferedFile()
84 FMT_THROW(SystemError(errno, "cannot close file")); in close()
93 FMT_THROW(SystemError(errno, "cannot get file descriptor")); in fileno()
106 FMT_THROW(SystemError(errno, "cannot open file {}", path)); in File()
124 FMT_THROW(SystemError(errno, "cannot close file")); in close()
146 FMT_THROW(SystemError(errno, "cannot get file attributes")); in size()
157 FMT_THROW(SystemError(errno, "cannot read from file")); in read()
165 FMT_THROW(SystemError(errno, "cannot write to file")); in write()
174 FMT_THROW(SystemError(errno, "cannot duplicate file descriptor {}", fd)); in dup()
182 FMT_THROW(SystemError(errno, in dup2()
210 FMT_THROW(SystemError(errno, "cannot create pipe")); in pipe()
221 FMT_THROW(SystemError(errno, "cannot associate stream with file descriptor")); in fdopen()
235 FMT_THROW(SystemError(errno, "cannot get memory page size")); in getpagesize()