Searched refs:stripped_path (Results 1 – 2 of 2) sorted by relevance
307 char* stripped_path; in uvwasi__resolve_path_to_host() local335 stripped_path = (char*) path + fake_path_len; in uvwasi__resolve_path_to_host()340 (stripped_len == 1 && stripped_path[0] != '/')) { in uvwasi__resolve_path_to_host()341 if (stripped_path[0] != '/') { in uvwasi__resolve_path_to_host()346 memcpy(res_path, stripped_path, stripped_len); in uvwasi__resolve_path_to_host()
466 stripped_path = sys.pycache_prefix.rstrip(path_separators)467 if head.startswith(stripped_path + path_sep):468 head = head[len(stripped_path):]