Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
Dfd_table.c63 const char* mapped_path, in uvwasi_fd_table_insert() argument
84 mp_len = strlen(mapped_path); in uvwasi_fd_table_insert()
104 memcpy(mp_copy, mapped_path, mp_len); in uvwasi_fd_table_insert()
Dfd_table.h40 const char* mapped_path,
Duvwasi.c338 options->preopens[i].mapped_path == NULL) { in uvwasi_init()
378 options->preopens[i].mapped_path, in uvwasi_init()
/third_party/node/deps/uvwasi/include/
Duvwasi.h55 const char* mapped_path; member
/third_party/node/src/
Dnode_wasi.cc219 node::Utf8Value mapped_path(env->isolate(), mapped); in New() local
221 options.preopens[index].mapped_path = strdup(*mapped_path); in New()
222 CHECK_NOT_NULL(options.preopens[index].mapped_path); in New()
242 free(const_cast<char*>(options.preopens[i].mapped_path)); in New()