Home
last modified time | relevance | path

Searched refs:UV_FS_O_SEQUENTIAL (Results 1 - 6 of 6) sorted by relevance

/third_party/libuv/include/uv/
H A Dunix.h504 #define UV_FS_O_SEQUENTIAL 0 macro
H A Dwin.h685 #define UV_FS_O_SEQUENTIAL _O_SEQUENTIAL macro
/third_party/node/deps/uv/include/uv/
H A Dunix.h502 #define UV_FS_O_SEQUENTIAL 0 macro
H A Dwin.h681 #define UV_FS_O_SEQUENTIAL _O_SEQUENTIAL macro
/third_party/libuv/src/win/
H A Dfs.c488 switch (flags & (UV_FS_O_SEQUENTIAL | UV_FS_O_RANDOM)) { in fs__open()
491 case UV_FS_O_SEQUENTIAL: in fs__open()
/third_party/node/deps/uv/src/win/
H A Dfs.c554 switch (flags & (UV_FS_O_SEQUENTIAL | UV_FS_O_RANDOM)) { in fs__open()
557 case UV_FS_O_SEQUENTIAL: in fs__open()

Completed in 18 milliseconds