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.c61 const char* mapped_path, in uvwasi_fd_table_insert() argument
81 mp_len = strlen(mapped_path); in uvwasi_fd_table_insert()
92 memcpy(mp_copy, mapped_path, mp_len); in uvwasi_fd_table_insert()
Dfd_table.h38 const char* mapped_path,
Duvwasi.c322 options->preopens[i].mapped_path == NULL) { in uvwasi_init()
354 options->preopens[i].mapped_path, in uvwasi_init()
/third_party/node/deps/uvwasi/include/
Duvwasi.h53 const char* mapped_path; member
/third_party/node/src/
Dnode_wasi.cc222 node::Utf8Value mapped_path(env->isolate(), mapped); in New() local
224 options.preopens[index].mapped_path = strdup(*mapped_path); in New()
225 CHECK_NOT_NULL(options.preopens[index].mapped_path); in New()
247 free(const_cast<char*>(options.preopens[i].mapped_path)); in New()