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

  /src/external/mit/libuv/dist/test/
test-threadpool-cancel.c 103 case UV_FS_FSTAT:
336 ASSERT_OK(uv_fs_fstat(loop, reqs + n++, 0, fs_cb));
test-fs.c 342 ASSERT_EQ(req->fs_type, UV_FS_FSTAT);
1516 ASSERT_OK(uv_fs_fstat(NULL, &req, file, NULL));
1540 r = uv_fs_fstat(NULL, &req, file, NULL);
1623 /* Now do the uv_fs_fstat call asynchronously */
1624 r = uv_fs_fstat(loop, &req, file, fstat_cb);
1671 // Call uv_fs_fstat for file
1675 // Call uv_fs_fstat for symlink
1703 res = uv_fs_fstat(NULL, &req, fd, NULL);
4459 r = uv_fs_fstat(NULL, NULL, 0, NULL);
  /src/external/mit/libuv/dist/include/
uv.h 1404 UV_FS_FSTAT,
1451 uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */
1555 UV_EXTERN int uv_fs_fstat(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/unix/
fs.c 1744 req->fs_type == UV_FS_FSTAT ||
1874 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { function
linux.c 1203 case UV_FS_FSTAT:
  /src/external/mit/libuv/dist/src/win/
fs.c 3585 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { function
3586 INIT(UV_FS_FSTAT);

Completed in 24 milliseconds