Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dkqueue.c492 struct kinfo_file kf; in uv__fs_event() local
502 kf.kf_structsize = sizeof(kf); in uv__fs_event()
503 if (fcntl(handle->event_watcher.fd, F_KINFO, &kf) == 0) in uv__fs_event()
504 path = uv__basename_r(kf.kf_path); in uv__fs_event()

Completed in 6 milliseconds