Lines Matching defs:resolved_old_path
1834 char* resolved_old_path;
1892 resolved_old_path = NULL;
1899 &resolved_old_path,
1913 r = uv_fs_link(NULL, &req, resolved_old_path, resolved_new_path, NULL);
1926 uvwasi__free(uvwasi, resolved_old_path);
2207 char* resolved_old_path;
2263 resolved_old_path = NULL;
2270 &resolved_old_path,
2284 r = uv_fs_rename(NULL, &req, resolved_old_path, resolved_new_path, NULL);
2297 uvwasi__free(uvwasi, resolved_old_path);