Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/include/
Dwasi_serdes.h51 #define UVWASI_SERDES_SIZE_oflags_t sizeof(uvwasi_oflags_t)
Dwasi_types.h165 typedef uint16_t uvwasi_oflags_t; /* Bitfield */ typedef
Duvwasi.h210 uvwasi_oflags_t o_flags,
/third_party/node/deps/uvwasi/src/
Duvwasi.c1861 uvwasi_oflags_t o_flags, in uvwasi_path_open()
/third_party/node/src/
Dnode_wasi.cc1217 static_cast<uvwasi_oflags_t>(o_flags), in PathOpen()