Lines Matching defs:new_path
288 const char* new_path, const int copy_path) {
296 /* new_path can only be set if path is also set. */
297 assert(new_path == NULL || path != NULL);
311 if (new_path != NULL) {
312 new_pathw_len = uv_wtf8_length_as_utf16(new_path);
341 if (new_path != NULL) {
342 uv_wtf8_to_utf16(new_path, pos, new_pathw_len);
2361 const WCHAR* new_path) {
2477 if (!CreateDirectoryW(new_path, NULL)) {
2484 handle = CreateFileW(new_path,
2525 RemoveDirectoryW(new_path);
3106 const char* new_path, uv_fs_cb cb) {
3110 err = fs__capture_path(req, path, new_path, cb != NULL);
3121 const char* new_path, int flags, uv_fs_cb cb) {
3125 err = fs__capture_path(req, path, new_path, cb != NULL);
3245 const char* new_path, uv_fs_cb cb) {
3249 err = fs__capture_path(req, path, new_path, cb != NULL);
3285 const char* new_path,
3299 err = fs__capture_path(req, path, new_path, cb != NULL);