22 #ifndef BACKENDS_FS_POSIX_POSIXIOSTREAM_H 23 #define BACKENDS_FS_POSIX_POSIXIOSTREAM_H 25 #include "backends/fs/stdiostream.h" 33 return StdioStream::makeFromPathHelper(path, writeMode, [](
void *handle) ->
StdioStream * {
39 int64
size()
const override;
int64 size() const override
Definition: stdiostream.h:30
Definition: posix-iostream.h:30