Home
last modified time | relevance | path

Searched refs:UVWASI_O_CREAT (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/uvwasi/include/
Dwasi_types.h166 #define UVWASI_O_CREAT (1 << 0) macro
/third_party/node/deps/uvwasi/src/
Duvwasi.c1908 if ((o_flags & UVWASI_O_CREAT) != 0) { in uvwasi_path_open()