Searched refs:fs_flags (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 784 buf->fs_flags = 0; /* TODO(cjihrig): Missing Windows support. */ in uvwasi_fd_fdstat_get() 792 buf->fs_flags = r; in uvwasi_fd_fdstat_get() 1864 uvwasi_fdflags_t fs_flags, in uvwasi_path_open() argument 1892 fs_flags, in uvwasi_path_open() 1921 if ((fs_flags & UVWASI_FDFLAG_APPEND) != 0) in uvwasi_path_open() 1923 if ((fs_flags & UVWASI_FDFLAG_DSYNC) != 0) { in uvwasi_path_open() 1927 if ((fs_flags & UVWASI_FDFLAG_NONBLOCK) != 0) in uvwasi_path_open() 1929 if ((fs_flags & UVWASI_FDFLAG_RSYNC) != 0) { in uvwasi_path_open() 1937 if ((fs_flags & UVWASI_FDFLAG_SYNC) != 0) { in uvwasi_path_open()
|
D | wasi_serdes.c | 96 FIELD( 2, fdflags_t, fs_flags); \
|
/third_party/node/deps/uvwasi/include/ |
D | wasi_types.h | 291 uvwasi_fdflags_t fs_flags; member
|
D | uvwasi.h | 213 uvwasi_fdflags_t fs_flags,
|
/third_party/node/src/ |
D | node_wasi.cc | 1182 uint32_t fs_flags; in PathOpen() local 1194 CHECK_TO_TYPE_OR_RETURN(args, args[7], Uint32, fs_flags); in PathOpen() 1206 fs_flags, in PathOpen() 1220 static_cast<uvwasi_fdflags_t>(fs_flags), in PathOpen()
|
/third_party/NuttX/ |
D | ReleaseNotes | 14144 needed as previous use of stream list entry might leave fs_flags
|