Searched refs:tmp_path (Results 1 – 1 of 1) sorted by relevance
2470 char* tmp_path; in uv__inotify_fork() local2497 tmp_path = uv__strdup(handle->path); in uv__inotify_fork()2498 assert(tmp_path != NULL); in uv__inotify_fork()2504 handle->path = tmp_path; in uv__inotify_fork()2515 tmp_path = handle->path; in uv__inotify_fork()2517 err = uv_fs_event_start(handle, handle->cb, tmp_path, 0); in uv__inotify_fork()2518 uv__free(tmp_path); in uv__inotify_fork()
Completed in 13 milliseconds