Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/include/
Dwasi_types.h90 #define UVWASI_ENOTDIR 54 macro
/third_party/node/deps/uvwasi/src/
Duv_mapping.c69 case UV_ENOTDIR: return UVWASI_ENOTDIR; in uvwasi__translate_uv_error()
Dfd_table.c274 return UVWASI_ENOTDIR; in uvwasi_fd_table_insert_preopen()
Duvwasi.c1980 err = UVWASI_ENOTDIR; in uvwasi_path_open()
2608 V(UVWASI_ENOTDIR) in uvwasi_embedder_err_code_to_string()