|
static void | fs__access (uv_fs_t *req) |
|
static INLINE int | fs__capture_path (uv_fs_t *req, const char *path, const char *new_path, const int copy_path) |
|
static void | fs__chmod (uv_fs_t *req) |
|
static void | fs__chown (uv_fs_t *req) |
|
void | fs__close (uv_fs_t *req) |
|
void | fs__closedir (uv_fs_t *req) |
|
static void | fs__copyfile (uv_fs_t *req) |
|
static void | fs__create_junction (uv_fs_t *req, const WCHAR *path, const WCHAR *new_path) |
|
static void | fs__fchmod (uv_fs_t *req) |
|
static void | fs__fchown (uv_fs_t *req) |
|
static void | fs__fdatasync (uv_fs_t *req) |
|
LONG | fs__filemap_ex_filter (LONG excode, PEXCEPTION_POINTERS pep, int *perror) |
|
static void | fs__fstat (uv_fs_t *req) |
|
static void | fs__fsync (uv_fs_t *req) |
|
static void | fs__ftruncate (uv_fs_t *req) |
|
static void | fs__futime (uv_fs_t *req) |
|
static void | fs__lchown (uv_fs_t *req) |
|
static void | fs__link (uv_fs_t *req) |
|
static void | fs__lstat (uv_fs_t *req) |
|
static void | fs__lutime (uv_fs_t *req) |
|
void | fs__mkdir (uv_fs_t *req) |
|
void | fs__mkdtemp (uv_fs_t *req) |
|
static int | fs__mkdtemp_func (uv_fs_t *req) |
|
void | fs__mkstemp (uv_fs_t *req) |
|
static int | fs__mkstemp_func (uv_fs_t *req) |
|
void | fs__mktemp (uv_fs_t *req, uv__fs_mktemp_func func) |
|
void | fs__open (uv_fs_t *req) |
|
void | fs__opendir (uv_fs_t *req) |
|
void | fs__read (uv_fs_t *req) |
|
void | fs__read_filemap (uv_fs_t *req, struct uv__fd_info_s *fd_info) |
|
void | fs__readdir (uv_fs_t *req) |
|
static void | fs__readlink (uv_fs_t *req) |
|
static INLINE int | fs__readlink_handle (HANDLE handle, char **target_ptr, uint64_t *target_len_ptr) |
|
static void | fs__realpath (uv_fs_t *req) |
|
static ssize_t | fs__realpath_handle (HANDLE handle, char **realpath_ptr) |
|
static void | fs__rename (uv_fs_t *req) |
|
void | fs__rmdir (uv_fs_t *req) |
|
void | fs__scandir (uv_fs_t *req) |
|
static void | fs__sendfile (uv_fs_t *req) |
|
static void | fs__stat (uv_fs_t *req) |
|
static INLINE int | fs__stat_handle (HANDLE handle, uv_stat_t *statbuf, int do_lstat) |
|
static INLINE void | fs__stat_impl (uv_fs_t *req, int do_lstat) |
|
static INLINE DWORD | fs__stat_impl_from_path (WCHAR *path, int do_lstat, uv_stat_t *statbuf) |
|
static INLINE void | fs__stat_prepare_path (WCHAR *pathw) |
|
static void | fs__statfs (uv_fs_t *req) |
|
static void | fs__symlink (uv_fs_t *req) |
|
static INLINE void | fs__sync_impl (uv_fs_t *req) |
|
void | fs__unlink (uv_fs_t *req) |
|
static void | fs__utime (uv_fs_t *req) |
|
static INLINE int | fs__utime_handle (HANDLE handle, double atime, double mtime) |
|
static INLINE void | fs__utime_impl (uv_fs_t *req, int do_lutime) |
|
static INLINE DWORD | fs__utime_impl_from_path (WCHAR *path, double atime, double mtime, int do_lutime) |
|
static int | fs__wide_to_utf8 (WCHAR *w_source_ptr, DWORD w_source_len, char **target_ptr, uint64_t *target_len_ptr) |
|
void | fs__write (uv_fs_t *req) |
|
void | fs__write_filemap (uv_fs_t *req, HANDLE file, struct uv__fd_info_s *fd_info) |
|
static void | uv__fs_done (struct uv__work *w, int status) |
|
static void | uv__fs_work (struct uv__work *w) |
|
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 fd, 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 fd, int mode, uv_fs_cb cb) |
|
int | uv_fs_fchown (uv_loop_t *loop, uv_fs_t *req, uv_file fd, 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 fd, uv_fs_cb cb) |
|
int | uv_fs_fstat (uv_loop_t *loop, uv_fs_t *req, uv_file fd, uv_fs_cb cb) |
|
int | uv_fs_fsync (uv_loop_t *loop, uv_fs_t *req, uv_file fd, uv_fs_cb cb) |
|
int | uv_fs_ftruncate (uv_loop_t *loop, uv_fs_t *req, uv_file fd, int64_t offset, uv_fs_cb cb) |
|
int | uv_fs_futime (uv_loop_t *loop, uv_fs_t *req, uv_file fd, double atime, double mtime, uv_fs_cb cb) |
|
void | uv_fs_init (void) |
|
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 fd, const uv_buf_t bufs[], unsigned int nbufs, int64_t offset, 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) |
|
static INLINE void | uv_fs_req_init (uv_loop_t *loop, uv_fs_t *req, uv_fs_type fs_type, const uv_fs_cb cb) |
|
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 fd_out, uv_file fd_in, int64_t in_offset, size_t length, 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 fd, const uv_buf_t bufs[], unsigned int nbufs, int64_t offset, uv_fs_cb cb) |
|