Searched refs:mapped_path (Results 1 – 5 of 5) sorted by relevance
63 const char* mapped_path, in uvwasi_fd_table_insert() argument84 mp_len = strlen(mapped_path); in uvwasi_fd_table_insert()104 memcpy(mp_copy, mapped_path, mp_len); in uvwasi_fd_table_insert()
40 const char* mapped_path,
338 options->preopens[i].mapped_path == NULL) { in uvwasi_init()378 options->preopens[i].mapped_path, in uvwasi_init()
55 const char* mapped_path; member
219 node::Utf8Value mapped_path(env->isolate(), mapped); in New() local221 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()