Lines Matching refs:new_path
146 const char* new_path, const int copy_path) { in fs__capture_path() argument
152 assert(new_path == NULL || path != NULL); in fs__capture_path()
173 if (new_path != NULL) { in fs__capture_path()
176 new_path, in fs__capture_path()
216 if (new_path != NULL) { in fs__capture_path()
219 new_path, in fs__capture_path()
2380 const WCHAR* new_path) { in fs__create_junction() argument
2496 if (!CreateDirectoryW(new_path, NULL)) { in fs__create_junction()
2503 handle = CreateFileW(new_path, in fs__create_junction()
2544 RemoveDirectoryW(new_path); in fs__create_junction()
3119 const char* new_path, uv_fs_cb cb) { in uv_fs_link() argument
3123 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_link()
3134 const char* new_path, int flags, uv_fs_cb cb) { in uv_fs_symlink() argument
3138 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_symlink()
3258 const char* new_path, uv_fs_cb cb) { in uv_fs_rename() argument
3262 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_rename()
3298 const char* new_path, in uv_fs_copyfile() argument
3312 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_copyfile()