Home
last modified time | relevance | path

Searched refs:UV_FS_O_DIRECT (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/include/uv/
H A 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 0x04000 macro
424 # define UV_FS_O_DIRECT O_DIRECT macro
426 # define UV_FS_O_DIRECT 0 macro
H A Dwin.h692 #define UV_FS_O_DIRECT 0x02000000 /* FILE_FLAG_NO_BUFFERING */ macro
/third_party/node/deps/uv/include/uv/
H A 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
H A Dwin.h688 #define UV_FS_O_DIRECT 0x02000000 /* FILE_FLAG_NO_BUFFERING */ macro
/third_party/libuv/test/
H A Dtest-fs.c4342 ASSERT_GT(UV_FS_O_DIRECT, 0); in TEST_IMPL()
4349 UV_FS_O_RDWR | UV_FS_O_CREAT | UV_FS_O_DIRECT, in TEST_IMPL()
4365 UV_FS_O_APPEND | UV_FS_O_DIRECT, in TEST_IMPL()
/third_party/libuv/src/win/
H A Dfs.c501 if (flags & UV_FS_O_DIRECT) { in fs__open()
/third_party/node/deps/uv/src/win/
H A Dfs.c567 if (flags & UV_FS_O_DIRECT) { in fs__open()

Completed in 16 milliseconds