| cancel() | uvw::request< file_req, uv_fs_t, fs_event > | inline |
| chmod(int mode) | uvw::file_req | |
| chmod_sync(int mode) | uvw::file_req | |
| chown(uid_type uid, gid_type gid) | uvw::file_req | |
| chown_sync(uid_type uid, gid_type gid) | uvw::file_req | |
| close() | uvw::file_req | |
| close_sync() | uvw::file_req | |
| data() const | uvw::resource< file_req, uv_fs_t, E... > | inline |
| data(std::shared_ptr< void > udata) | uvw::resource< file_req, uv_fs_t, E... > | inline |
| datasync() | uvw::file_req | |
| datasync_sync() | uvw::file_req | |
| futime(time atime, time mtime) | uvw::file_req | |
| futime_sync(time atime, time mtime) | uvw::file_req | |
| has() const noexcept | uvw::emitter< file_req, E... > | inline |
| on(listener_t< Type > f) | uvw::emitter< file_req, E... > | inline |
| open(const std::string &path, file_open_flags flags, int mode) | uvw::file_req | |
| open_sync(const std::string &path, file_open_flags flags, int mode) | uvw::file_req | |
| operator file_handle() const noexcept | uvw::file_req | |
| parent() const noexcept | uvw::uv_type< uv_fs_t > | inline |
| raw() const noexcept | uvw::uv_type< uv_fs_t > | inline |
| raw() noexcept | uvw::uv_type< uv_fs_t > | inline |
| read(int64_t offset, unsigned int len) | uvw::file_req | |
| read_sync(int64_t offset, unsigned int len) | uvw::file_req | |
| reset() noexcept | uvw::emitter< file_req, E... > | inline |
| reset() noexcept | uvw::emitter< file_req, E... > | inline |
| sendfile(file_handle out, int64_t offset, std::size_t length) | uvw::file_req | |
| sendfile_sync(file_handle out, int64_t offset, std::size_t length) | uvw::file_req | |
| size() const noexcept | uvw::request< file_req, uv_fs_t, fs_event > | inline |
| stat() | uvw::file_req | |
| stat_sync() | uvw::file_req | |
| sync() | uvw::file_req | |
| sync_sync() | uvw::file_req | |
| truncate(int64_t offset) | uvw::file_req | |
| truncate_sync(int64_t offset) | uvw::file_req | |
| write(std::unique_ptr< char[]> buf, unsigned int len, int64_t offset) | uvw::file_req | |
| write(char *buf, unsigned int len, int64_t offset) | uvw::file_req | |
| write_sync(std::unique_ptr< char[]> buf, unsigned int len, int64_t offset) | uvw::file_req | |