Lines Matching refs:fs_type
52 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()
246 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR); in TEST_IMPL()
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()
402 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR); in TEST_IMPL()
469 ASSERT_EQ(req->fs_type, UV_FS_READDIR); in readdir_symlink_readdir_cb()
494 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in readdir_symlink_opendir_cb()