HomeSort by: relevance | last modified time | path
    Searched defs:uv_fs_scandir (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
fs.c 2052 int uv_fs_scandir(uv_loop_t* loop, function
2259 if (req->fs_type == UV_FS_SCANDIR && req->ptr != NULL)
  /src/external/mit/libuv/dist/src/win/
fs.c 3203 if (req->fs_type == UV_FS_SCANDIR && req->ptr != NULL)
3393 int uv_fs_scandir(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, function
3397 INIT(UV_FS_SCANDIR);

Completed in 56 milliseconds