|
static size_t | uv__fs_buf_offset (uv_buf_t *bufs, size_t size) |
|
static int | uv__fs_close (int fd) |
|
static int | uv__fs_closedir (uv_fs_t *req) |
|
static ssize_t | uv__fs_copyfile (uv_fs_t *req) |
|
static void | uv__fs_done (struct uv__work *w, int status) |
|
static ssize_t | uv__fs_fdatasync (uv_fs_t *req) |
|
static int | uv__fs_fstat (int fd, uv_stat_t *buf) |
|
static ssize_t | uv__fs_fsync (uv_fs_t *req) |
|
static ssize_t | uv__fs_futime (uv_fs_t *req) |
|
static int | uv__fs_lstat (const char *path, uv_stat_t *buf) |
|
static ssize_t | uv__fs_lutime (uv_fs_t *req) |
|
static ssize_t | uv__fs_mkdtemp (uv_fs_t *req) |
|
static int | uv__fs_mkstemp (uv_fs_t *req) |
|
static ssize_t | uv__fs_open (uv_fs_t *req) |
|
static int | uv__fs_opendir (uv_fs_t *req) |
|
static ssize_t | uv__fs_pathmax_size (const char *path) |
|
static ssize_t | uv__fs_preadv (uv_file fd, uv_buf_t *bufs, unsigned int nbufs, off_t off) |
|
static ssize_t | uv__fs_read (uv_fs_t *req) |
|
static int | uv__fs_readdir (uv_fs_t *req) |
|
static ssize_t | uv__fs_readlink (uv_fs_t *req) |
|
static ssize_t | uv__fs_realpath (uv_fs_t *req) |
|
static ssize_t | uv__fs_scandir (uv_fs_t *req) |
|
static int | uv__fs_scandir_filter (UV_CONST_DIRENT *dent) |
|
static int | uv__fs_scandir_sort (UV_CONST_DIRENT **a, UV_CONST_DIRENT **b) |
|
static ssize_t | uv__fs_sendfile (uv_fs_t *req) |
|
static ssize_t | uv__fs_sendfile_emul (uv_fs_t *req) |
|
static int | uv__fs_stat (const char *path, uv_stat_t *buf) |
|
static int | uv__fs_statfs (uv_fs_t *req) |
|
static int | uv__fs_statx (int fd, const char *path, int is_fstat, int is_lstat, uv_stat_t *buf) |
|
static ssize_t | uv__fs_utime (uv_fs_t *req) |
|
static void | uv__fs_work (struct uv__work *w) |
|
static ssize_t | uv__fs_write (uv_fs_t *req) |
|
static ssize_t | uv__fs_write_all (uv_fs_t *req) |
|
static void | uv__mkostemp_initonce (void) |
|
static void | uv__to_stat (struct stat *src, uv_stat_t *dst) |
|
int | uv_fs_access (uv_loop_t *loop, uv_fs_t *req, const char *path, int flags, uv_fs_cb cb) |
|
int | uv_fs_chmod (uv_loop_t *loop, uv_fs_t *req, const char *path, int mode, uv_fs_cb cb) |
|
int | uv_fs_chown (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb) |
|
int | uv_fs_close (uv_loop_t *loop, uv_fs_t *req, uv_file file, uv_fs_cb cb) |
|
int | uv_fs_closedir (uv_loop_t *loop, uv_fs_t *req, uv_dir_t *dir, uv_fs_cb cb) |
|
int | uv_fs_copyfile (uv_loop_t *loop, uv_fs_t *req, const char *path, const char *new_path, int flags, uv_fs_cb cb) |
|
int | uv_fs_fchmod (uv_loop_t *loop, uv_fs_t *req, uv_file file, int mode, uv_fs_cb cb) |
|
int | uv_fs_fchown (uv_loop_t *loop, uv_fs_t *req, uv_file file, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb) |
|
int | uv_fs_fdatasync (uv_loop_t *loop, uv_fs_t *req, uv_file file, uv_fs_cb cb) |
|
int | uv_fs_fstat (uv_loop_t *loop, uv_fs_t *req, uv_file file, uv_fs_cb cb) |
|
int | uv_fs_fsync (uv_loop_t *loop, uv_fs_t *req, uv_file file, uv_fs_cb cb) |
|
int | uv_fs_ftruncate (uv_loop_t *loop, uv_fs_t *req, uv_file file, int64_t off, uv_fs_cb cb) |
|
int | uv_fs_futime (uv_loop_t *loop, uv_fs_t *req, uv_file file, double atime, double mtime, uv_fs_cb cb) |
|
int | uv_fs_lchown (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb) |
|
int | uv_fs_link (uv_loop_t *loop, uv_fs_t *req, const char *path, const char *new_path, uv_fs_cb cb) |
|
int | uv_fs_lstat (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_fs_cb cb) |
|
int | uv_fs_lutime (uv_loop_t *loop, uv_fs_t *req, const char *path, double atime, double mtime, uv_fs_cb cb) |
|
int | uv_fs_mkdir (uv_loop_t *loop, uv_fs_t *req, const char *path, int mode, uv_fs_cb cb) |
|
int | uv_fs_mkdtemp (uv_loop_t *loop, uv_fs_t *req, const char *tpl, uv_fs_cb cb) |
|
int | uv_fs_mkstemp (uv_loop_t *loop, uv_fs_t *req, const char *tpl, uv_fs_cb cb) |
|
int | uv_fs_open (uv_loop_t *loop, uv_fs_t *req, const char *path, int flags, int mode, uv_fs_cb cb) |
|
int | uv_fs_opendir (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_fs_cb cb) |
|
int | uv_fs_read (uv_loop_t *loop, uv_fs_t *req, uv_file file, const uv_buf_t bufs[], unsigned int nbufs, int64_t off, uv_fs_cb cb) |
|
int | uv_fs_readdir (uv_loop_t *loop, uv_fs_t *req, uv_dir_t *dir, uv_fs_cb cb) |
|
int | uv_fs_readlink (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_fs_cb cb) |
|
int | uv_fs_realpath (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_fs_cb cb) |
|
int | uv_fs_rename (uv_loop_t *loop, uv_fs_t *req, const char *path, const char *new_path, uv_fs_cb cb) |
|
void | uv_fs_req_cleanup (uv_fs_t *req) |
|
int | uv_fs_rmdir (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_fs_cb cb) |
|
int | uv_fs_scandir (uv_loop_t *loop, uv_fs_t *req, const char *path, int flags, uv_fs_cb cb) |
|
int | uv_fs_sendfile (uv_loop_t *loop, uv_fs_t *req, uv_file out_fd, uv_file in_fd, int64_t off, size_t len, uv_fs_cb cb) |
|
int | uv_fs_stat (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_fs_cb cb) |
|
int | uv_fs_statfs (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_fs_cb cb) |
|
int | uv_fs_symlink (uv_loop_t *loop, uv_fs_t *req, const char *path, const char *new_path, int flags, uv_fs_cb cb) |
|
int | uv_fs_unlink (uv_loop_t *loop, uv_fs_t *req, const char *path, uv_fs_cb cb) |
|
int | uv_fs_utime (uv_loop_t *loop, uv_fs_t *req, const char *path, double atime, double mtime, uv_fs_cb cb) |
|
int | uv_fs_write (uv_loop_t *loop, uv_fs_t *req, uv_file file, const uv_buf_t bufs[], unsigned int nbufs, int64_t off, uv_fs_cb cb) |
|
| UV_UNUSED (static struct timespec uv__fs_to_timespec(double time)) |
|
| UV_UNUSED (static struct timeval uv__fs_to_timeval(double time)) |
|