Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
Dpath_resolver.c306 char* res_path; in uvwasi__resolve_path_to_host() local
334 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 …]
/third_party/mindspore/mindspore/_extends/parallel_compile/akg_compiler/
Dget_file_path.py26 res_path = search_res.origin
27 find_pos = res_path.find("__init__.py")
30 akg_path = "{}_akg".format(res_path[:find_pos])