Searched refs:UV_FS_O_RANDOM (Results 1 – 4 of 4) sorted by relevance
504 #define UV_FS_O_RANDOM 0 macro
684 #define UV_FS_O_RANDOM _O_RANDOM macro
659 .. c:macro:: UV_FS_O_RANDOM665 `UV_FS_O_RANDOM` is only supported on Windows via
510 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