Home
last modified time | relevance | path

Searched refs:UV_FS_SCANDIR (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-fs.c608 ASSERT_EQ(req->fs_type, UV_FS_SCANDIR); in scandir_cb()
628 ASSERT_EQ(req->fs_type, UV_FS_SCANDIR); in empty_scandir_cb()
640 ASSERT_EQ(req->fs_type, UV_FS_SCANDIR); in non_existent_scandir_cb()
651 ASSERT_EQ(req->fs_type, UV_FS_SCANDIR); in file_scandir_cb()
/libuv/src/win/
H A Dfs.c2999 if (req->fs_type == UV_FS_SCANDIR && req->ptr != NULL) in uv_fs_req_cleanup()
3193 INIT(UV_FS_SCANDIR); in uv_fs_scandir()
/libuv/include/
H A Duv.h1405 UV_FS_SCANDIR, enumerator
/libuv/docs/src/
H A Dfs.rst101 UV_FS_SCANDIR,
/libuv/src/unix/
H A Dfs.c2275 if (req->fs_type == UV_FS_SCANDIR && req->ptr != NULL) in uv_fs_req_cleanup()

Completed in 41 milliseconds