Lines Matching refs:new_path
110 req->new_path = NULL; \
133 req->new_path = new_path; \
138 new_path_len = strlen(new_path) + 1; \
142 req->new_path = req->path + path_len; \
144 memcpy((void*) req->new_path, new_path, new_path_len); \
1181 req->new_path,
1308 uv_fs_unlink(NULL, &fs_req, req->new_path, NULL);
1600 X(LINK, link(req->path, req->new_path));
1612 X(RENAME, rename(req->path, req->new_path));
1617 X(SYMLINK, symlink(req->path, req->new_path));
1837 const char* new_path,
2009 const char* new_path,
2056 const char* new_path,
2133 * req->new_path pointing to user-owned memory. UV_FS_MKDTEMP and
2139 uv__free((void*) req->path); /* Memory is shared with req->new_path. */
2142 req->new_path = NULL;
2163 const char* new_path,