Home
last modified time | relevance | path

Searched refs:UV_FS_O_DIRECT (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/include/uv/
Dunix.h410 # define UV_FS_O_DIRECT 0x10000 macro
412 # define UV_FS_O_DIRECT 0x10000 macro
414 # define UV_FS_O_DIRECT 0x08000 macro
416 # define UV_FS_O_DIRECT 0x20000 macro
418 # define UV_FS_O_DIRECT 0x04000 macro
420 # define UV_FS_O_DIRECT 0x04000 macro
422 # define UV_FS_O_DIRECT O_DIRECT macro
424 # define UV_FS_O_DIRECT 0 macro
Dwin.h682 #define UV_FS_O_DIRECT 0x02000000 /* FILE_FLAG_NO_BUFFERING */ macro
/third_party/libuv/docs/src/
Dfs.rst555 .. c:macro:: UV_FS_O_DIRECT
562 `UV_FS_O_DIRECT` is supported on Linux, and on Windows via
564 `UV_FS_O_DIRECT` is not supported on macOS.
/third_party/libuv/test/
Dtest-fs.c4113 ASSERT(UV_FS_O_DIRECT > 0); in TEST_IMPL()
4120 UV_FS_O_RDWR | UV_FS_O_CREAT | UV_FS_O_DIRECT, in TEST_IMPL()
4136 UV_FS_O_APPEND | UV_FS_O_DIRECT, in TEST_IMPL()
/third_party/libuv/src/win/
Dfs.c567 if (flags & UV_FS_O_DIRECT) { in fs__open()
/third_party/libuv/
DChangeLog1127 * unix: fix UV_FS_O_DIRECT definition on Linux (Joran Dirk Greef)