Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
Dpath_resolver.c310 int stripped_len; in uvwasi__resolve_path_to_host() local
323 stripped_len = path_len - fake_path_len; in uvwasi__resolve_path_to_host()
328 *resolved_len = stripped_len + real_path_len + 1; in uvwasi__resolve_path_to_host()
339 if (stripped_len > 1 || in uvwasi__resolve_path_to_host()
340 (stripped_len == 1 && stripped_path[0] != '/')) { in uvwasi__resolve_path_to_host()
346 memcpy(res_path, stripped_path, stripped_len); in uvwasi__resolve_path_to_host()
347 res_path += stripped_len; in uvwasi__resolve_path_to_host()