Home
last modified time | relevance | path

Searched refs:tmp_path (Results 1 – 1 of 1) sorted by relevance

/libuv/src/unix/
H A Dlinux.c2485 char* tmp_path; in uv__inotify_fork() local
2512 tmp_path = uv__strdup(handle->path); in uv__inotify_fork()
2513 assert(tmp_path != NULL); in uv__inotify_fork()
2519 handle->path = tmp_path; in uv__inotify_fork()
2530 tmp_path = handle->path; in uv__inotify_fork()
2532 err = uv_fs_event_start(handle, handle->cb, tmp_path, 0); in uv__inotify_fork()
2533 uv__free(tmp_path); in uv__inotify_fork()

Completed in 13 milliseconds