Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds