Home
last modified time | relevance | path

Searched refs:UV_FS_O_DSYNC (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/include/uv/
Dunix.h433 # define UV_FS_O_DSYNC O_DSYNC macro
435 # define UV_FS_O_DSYNC 0 macro
Dwin.h684 #define UV_FS_O_DSYNC 0x04000000 /* FILE_FLAG_WRITE_THROUGH */ macro
/third_party/libuv/docs/src/
Dfs.rst573 .. c:macro:: UV_FS_O_DSYNC
579 `UV_FS_O_DSYNC` is supported on Windows via
/third_party/libuv/src/win/
Dfs.c598 switch (flags & (UV_FS_O_DSYNC | UV_FS_O_SYNC)) { in fs__open()
601 case UV_FS_O_DSYNC: in fs__open()
/third_party/node/deps/uvwasi/src/
Duvwasi.c1924 flags |= UV_FS_O_DSYNC; in uvwasi_path_open()