Home
last modified time | relevance | path

Searched refs:UV_FS_CLEANEDUP (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/win/
H A Dfs.c47 #define UV_FS_CLEANEDUP 0x0010 macro
2848 if (req->flags & UV_FS_CLEANEDUP) in uv_fs_req_cleanup()
2872 req->flags |= UV_FS_CLEANEDUP; in uv_fs_req_cleanup()
/third_party/node/deps/uv/src/win/
H A Dfs.c42 #define UV_FS_CLEANEDUP 0x0010 macro
2861 if (req->flags & UV_FS_CLEANEDUP) in uv_fs_req_cleanup()
2885 req->flags |= UV_FS_CLEANEDUP; in uv_fs_req_cleanup()

Completed in 8 milliseconds