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

  /src/external/mit/libuv/dist/src/unix/
fs.c 1743 if (r == 0 && (req->fs_type == UV_FS_STAT ||
2155 int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { function
  /src/external/mit/libuv/dist/src/win/
fs.c 2073 * sure this really is a link before giving up here on the uv_fs_stat call,
3557 int uv_fs_stat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { function
3560 INIT(UV_FS_STAT);

Completed in 62 milliseconds