Lines Matching refs:new_path
310 const char* new_path, const int copy_path) { in fs__capture_path() argument
319 assert(new_path == NULL || path != NULL); in fs__capture_path()
333 if (new_path != NULL) { in fs__capture_path()
334 new_pathw_len = uv_wtf8_length_as_utf16(new_path); in fs__capture_path()
363 if (new_path != NULL) { in fs__capture_path()
364 uv_wtf8_to_utf16(new_path, pos, new_pathw_len); in fs__capture_path()
2504 const WCHAR* new_path) { in fs__create_junction() argument
2621 if (!CreateDirectoryW(new_path, NULL)) { in fs__create_junction()
2628 handle = CreateFileW(new_path, in fs__create_junction()
2669 RemoveDirectoryW(new_path); in fs__create_junction()
3250 const char* new_path, uv_fs_cb cb) { in uv_fs_link() argument
3254 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_link()
3265 const char* new_path, int flags, uv_fs_cb cb) { in uv_fs_symlink() argument
3269 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_symlink()
3389 const char* new_path, uv_fs_cb cb) { in uv_fs_rename() argument
3393 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_rename()
3429 const char* new_path, in uv_fs_copyfile() argument
3443 err = fs__capture_path(req, path, new_path, cb != NULL); in uv_fs_copyfile()