Home
last modified time | relevance | path

Searched refs:UVWASI_ENOTCAPABLE (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/uvwasi/src/
Dpath_resolver.c209 err = UVWASI_ENOTCAPABLE; in uvwasi__normalize_absolute_path()
280 err = UVWASI_ENOTCAPABLE; in uvwasi__normalize_relative_path()
Dfd_table.c373 return UVWASI_ENOTCAPABLE; in uvwasi_fd_table_get_nolock()
Duvwasi.c964 err = UVWASI_ENOTCAPABLE; in uvwasi_fd_fdstat_set_rights()
970 err = UVWASI_ENOTCAPABLE; in uvwasi_fd_fdstat_set_rights()
2920 V(UVWASI_ENOTCAPABLE) in uvwasi_embedder_err_code_to_string()
/third_party/node/deps/uvwasi/include/
Dwasi_types.h112 #define UVWASI_ENOTCAPABLE 76 macro