Home
last modified time | relevance | path

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

/external/avahi/avahi-daemon/
Dchroot.c107 static int helper_fd = -1; variable
303 assert(helper_fd < 0); in avahi_chroot_helper_start()
330 helper_fd = sock[0]; in avahi_chroot_helper_start()
337 if (helper_fd <= 0) in avahi_chroot_helper_shutdown()
340 close(helper_fd); in avahi_chroot_helper_shutdown()
341 helper_fd = -1; in avahi_chroot_helper_shutdown()
346 if (helper_fd >= 0) { in avahi_chroot_helper_get_fd()
362 if (write(helper_fd, &command, sizeof(command)) < 0) { in avahi_chroot_helper_get_fd()
367 return recv_fd(helper_fd); in avahi_chroot_helper_get_fd()
389 if (helper_fd >= 0) { in avahi_chroot_helper_unlink()
[all …]