Home
last modified time | relevance | path

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

/third_party/libuv/include/uv/
Dunix.h500 #define UV_FS_O_RANDOM 0 macro
Dwin.h672 #define UV_FS_O_RANDOM _O_RANDOM macro
/third_party/libuv/docs/src/
Dfs.rst640 .. c:macro:: UV_FS_O_RANDOM
646 `UV_FS_O_RANDOM` is only supported on Windows via
/third_party/libuv/src/win/
Dfs.c554 switch (flags & (UV_FS_O_SEQUENTIAL | UV_FS_O_RANDOM)) { in fs__open()
560 case UV_FS_O_RANDOM: in fs__open()