HomeSort by: relevance | last modified time | path
    Searched refs:uv_fs_opendir (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs-readdir.c 79 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR);
96 * of the uv_fs_opendir() -> uv_fs_readdir() -> uv_fs_closedir() sequence work
115 r = uv_fs_opendir(uv_default_loop(),
120 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR);
150 r = uv_fs_opendir(uv_default_loop(), &opendir_req, path, empty_opendir_cb);
173 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR);
191 r = uv_fs_opendir(uv_default_loop(), &opendir_req, path, NULL);
193 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR);
202 r = uv_fs_opendir(uv_default_loop(),
225 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR);
    [all...]
test-fs.c 2721 if (uv_fs_opendir(loop, &req, windowsapps_path, NULL) != 0) {
  /src/external/mit/libuv/dist/include/
uv.h 1427 UV_FS_OPENDIR,
1539 UV_EXTERN int uv_fs_opendir(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/unix/
fs.c 2063 int uv_fs_opendir(uv_loop_t* loop, function
2266 if (req->fs_type != UV_FS_OPENDIR && req->ptr != &req->statbuf)
  /src/external/mit/libuv/dist/src/win/
fs.c 3408 int uv_fs_opendir(uv_loop_t* loop, function
3414 INIT(UV_FS_OPENDIR);

Completed in 21 milliseconds