Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 11 of 11) sorted by relevance

/libuv/test/
H A Dtest-fs-readdir.c52 ASSERT_EQ(req->fs_type, UV_FS_CLOSEDIR); in empty_closedir_cb()
63 ASSERT_EQ(req->fs_type, UV_FS_READDIR); in empty_readdir_cb()
79 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in empty_opendir_cb()
120 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR); in TEST_IMPL()
173 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in non_existing_opendir_cb()
193 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR); in TEST_IMPL()
225 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in file_opendir_cb()
287 ASSERT_EQ(req->fs_type, UV_FS_READDIR); in non_empty_readdir_cb()
328 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in non_empty_opendir_cb()
469 ASSERT_EQ(req->fs_type, UV_FS_READDIR); in readdir_symlink_readdir_cb()
[all …]
H A Dtest-fs.c202 ASSERT_EQ(req->fs_type, UV_FS_LINK); in link_cb()
261 ASSERT_EQ(req->fs_type, UV_FS_CHMOD); in chmod_cb()
278 ASSERT_EQ(req->fs_type, UV_FS_CHOWN); in chown_cb()
292 ASSERT_EQ(req->fs_type, UV_FS_CHOWN); in chown_root_cb()
330 ASSERT_EQ(req->fs_type, UV_FS_FSTAT); in fstat_cb()
403 ASSERT_EQ(req->fs_type, UV_FS_READ); in read_cb()
422 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in open_cb()
440 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in open_cb_simple()
490 ASSERT_EQ(req->fs_type, UV_FS_OPEN); in create_cb()
661 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_cb()
[all …]
H A Dtest-queue-foreach-delete.c161 ASSERT_EQ(fs_req.fs_type, UV_FS_UTIME); in helper_timer_cb()
H A Dtest-fs-copyfile.c53 ASSERT_EQ(req->fs_type, UV_FS_COPYFILE); in handle_result()
H A Dtest-threadpool-cancel.c100 switch (((uv_fs_t*) req)->fs_type) { in known_broken()
/libuv/src/unix/
H A Dfs.c95 req->fs_type = UV_FS_ ## subtype; \
1701 retry_on_eintr = !(req->fs_type == UV_FS_CLOSE || in uv__fs_work()
1702 req->fs_type == UV_FS_READ); in uv__fs_work()
1712 switch (req->fs_type) { in uv__fs_work()
1759 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
1760 req->fs_type == UV_FS_FSTAT || in uv__fs_work()
1761 req->fs_type == UV_FS_LSTAT)) { in uv__fs_work()
2266 req->fs_type == UV_FS_MKDTEMP || req->fs_type == UV_FS_MKSTEMP)) in uv_fs_req_cleanup()
2272 if (req->fs_type == UV_FS_READDIR && req->ptr != NULL) in uv_fs_req_cleanup()
2275 if (req->fs_type == UV_FS_SCANDIR && req->ptr != NULL) in uv_fs_req_cleanup()
[all …]
H A Dlinux.c1201 switch (req->fs_type) { in uv__poll_io_uring()
/libuv/src/
H A Duv-data-getter-setters.c94 return req->fs_type; in uv_fs_get_type()
/libuv/src/win/
H A Dfs.c385 uv_fs_type fs_type, const uv_fs_cb cb) { in uv__fs_req_init() argument
390 req->fs_type = fs_type; in uv__fs_req_init()
2930 switch (req->fs_type) { in uv__fs_work()
2999 if (req->fs_type == UV_FS_SCANDIR && req->ptr != NULL) in uv_fs_req_cleanup()
3001 else if (req->fs_type == UV_FS_READDIR) in uv_fs_req_cleanup()
/libuv/docs/src/
H A Dfs.rst193 .. c:member:: uv_fs_type uv_fs_t.fs_type
504 Returns `req->fs_type`.
/libuv/include/
H A Duv.h1432 uv_fs_type fs_type; member

Completed in 47 milliseconds