Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dunix.h504 #define UV_FS_O_RANDOM 0 macro
H A Dwin.h684 #define UV_FS_O_RANDOM _O_RANDOM macro
/libuv/docs/src/
H A Dfs.rst659 .. c:macro:: UV_FS_O_RANDOM
665 `UV_FS_O_RANDOM` is only supported on Windows via
/libuv/src/win/
H A Dfs.c510 switch (flags & (UV_FS_O_SEQUENTIAL | UV_FS_O_RANDOM)) { in fs__open()
516 case UV_FS_O_RANDOM: in fs__open()

Completed in 16 milliseconds