Searched refs:res_path (Results 1 – 2 of 2) sorted by relevance
306 char* res_path; in uvwasi__resolve_path_to_host() local334 res_path = *resolved_path; in uvwasi__resolve_path_to_host()336 memcpy(res_path, fd->real_path, real_path_len); in uvwasi__resolve_path_to_host()337 res_path += real_path_len; in uvwasi__resolve_path_to_host()342 *res_path = '/'; in uvwasi__resolve_path_to_host()343 res_path++; 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()350 *res_path = '\0'; in uvwasi__resolve_path_to_host()354 res_path = *resolved_path; in uvwasi__resolve_path_to_host()[all …]
26 res_path = search_res.origin27 find_pos = res_path.find("__init__.py")30 akg_path = "{}_akg".format(res_path[:find_pos])