Home
last modified time | relevance | path

Searched refs:UV_FS_O_TEMPORARY (Results 1 – 4 of 4) sorted by relevance

/third_party/libuv/include/uv/
Dunix.h503 #define UV_FS_O_TEMPORARY 0 macro
Dwin.h677 #define UV_FS_O_TEMPORARY _O_TEMPORARY macro
/third_party/libuv/docs/src/
Dfs.rst687 .. c:macro:: UV_FS_O_TEMPORARY
692 `UV_FS_O_TEMPORARY` is only supported on Windows via
/third_party/libuv/src/win/
Dfs.c545 if (flags & UV_FS_O_TEMPORARY ) { in fs__open()