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.c338 return UVWASI_ENOTCAPABLE; in uvwasi_fd_table_get_nolock()
Duvwasi.c894 err = UVWASI_ENOTCAPABLE; in uvwasi_fd_fdstat_set_rights()
900 err = UVWASI_ENOTCAPABLE; in uvwasi_fd_fdstat_set_rights()
2630 V(UVWASI_ENOTCAPABLE) in uvwasi_embedder_err_code_to_string()
/third_party/node/deps/uvwasi/include/
Dwasi_types.h112 #define UVWASI_ENOTCAPABLE 76 macro