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

  /src/external/mit/libuv/dist/test/
test-threadpool-cancel.c 108 case UV_FS_OPEN:
343 ASSERT_OK(uv_fs_open(loop, reqs + n++, "/", 0, 0, fs_cb));
test-fs.c 434 ASSERT_EQ(req->fs_type, UV_FS_OPEN);
452 ASSERT_EQ(req->fs_type, UV_FS_OPEN);
502 ASSERT_EQ(req->fs_type, UV_FS_OPEN);
710 ASSERT_EQ(req->fs_type, UV_FS_OPEN);
717 ASSERT_EQ(req->fs_type, UV_FS_OPEN);
724 ASSERT_EQ(req->fs_type, UV_FS_OPEN);
737 r = uv_fs_open(NULL, &req, "does_not_exist", UV_FS_O_RDONLY, 0, NULL);
742 r = uv_fs_open(loop, &req, "does_not_exist", UV_FS_O_RDONLY, 0,
766 r = uv_fs_open(NULL, &req, name, UV_FS_O_RDONLY, 0, NULL);
771 r = uv_fs_open(loop, &req, name, UV_FS_O_RDONLY, 0, open_nametoolong_cb)
    [all...]
  /src/external/mit/libuv/dist/include/
uv.h 1397 UV_FS_OPEN,
1467 UV_EXTERN int uv_fs_open(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/win/
fs.c 3224 int uv_fs_open(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, function
3228 INIT(UV_FS_OPEN);

Completed in 20 milliseconds