Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
Dpath_resolver.c309 int fake_path_len; in uvwasi__resolve_path_to_host() local
316 fake_path_len = strlen(fd->normalized_path); in uvwasi__resolve_path_to_host()
319 if (fake_path_len == 1 && fd->normalized_path[0] == '.') { in uvwasi__resolve_path_to_host()
320 fake_path_len = 0; in uvwasi__resolve_path_to_host()
323 stripped_len = path_len - fake_path_len; in uvwasi__resolve_path_to_host()
335 stripped_path = (char*) path + fake_path_len; in uvwasi__resolve_path_to_host()