Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
H A Duvwasi.c854 buf->fs_flags = 0; /* TODO(cjihrig): Missing Windows support. */ in uvwasi_fd_fdstat_get()
862 buf->fs_flags = r; in uvwasi_fd_fdstat_get()
1940 uvwasi_fdflags_t fs_flags, in uvwasi_path_open()
1959 "fs_rights_inheriting=%"PRIu64", fs_flags=%d, fd=%p)\n", in uvwasi_path_open()
1968 fs_flags, in uvwasi_path_open()
1997 if ((fs_flags & UVWASI_FDFLAG_APPEND) != 0) in uvwasi_path_open()
1999 if ((fs_flags & UVWASI_FDFLAG_DSYNC) != 0) { in uvwasi_path_open()
2003 if ((fs_flags & UVWASI_FDFLAG_NONBLOCK) != 0) in uvwasi_path_open()
2005 if ((fs_flags & UVWASI_FDFLAG_RSYNC) != 0) { in uvwasi_path_open()
2013 if ((fs_flags in uvwasi_path_open()
1932 uvwasi_path_open(uvwasi_t* uvwasi, uvwasi_fd_t dirfd, uvwasi_lookupflags_t dirflags, const char* path, uvwasi_size_t path_len, uvwasi_oflags_t o_flags, uvwasi_rights_t fs_rights_base, uvwasi_rights_t fs_rights_inheriting, uvwasi_fdflags_t fs_flags, uvwasi_fd_t* fd) uvwasi_path_open() argument
[all...]
H A Dwasi_serdes.c96 FIELD( 2, fdflags_t, fs_flags); \
/third_party/node/deps/uvwasi/include/
H A Dwasi_types.h292 uvwasi_fdflags_t fs_flags; member
H A Duvwasi.h222 uvwasi_fdflags_t fs_flags,
/third_party/node/src/
H A Dnode_wasi.cc1177 uint32_t fs_flags; in PathOpen() local
1189 CHECK_TO_TYPE_OR_RETURN(args, args[7], Uint32, fs_flags); in PathOpen()
1201 fs_flags, in PathOpen()
1215 static_cast<uvwasi_fdflags_t>(fs_flags), in PathOpen()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs456 pub fs_flags: ::c_int,

Completed in 18 milliseconds