Lines Matching defs:resolved_new_path
1835 char* resolved_new_path;
1893 resolved_new_path = NULL;
1908 &resolved_new_path,
1913 r = uv_fs_link(NULL, &req, resolved_old_path, resolved_new_path, NULL);
1927 uvwasi__free(uvwasi, resolved_new_path);
2208 char* resolved_new_path;
2264 resolved_new_path = NULL;
2279 &resolved_new_path,
2284 r = uv_fs_rename(NULL, &req, resolved_old_path, resolved_new_path, NULL);
2298 uvwasi__free(uvwasi, resolved_new_path);
2309 char* resolved_new_path;
2339 &resolved_new_path,
2347 r = uv_fs_symlink(NULL, &req, old_path, resolved_new_path, 0, NULL);
2349 uvwasi__free(uvwasi, resolved_new_path);