Home
last modified time | relevance | path

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

/external/avahi/avahi-daemon/
Dstatic-hosts.h23 void static_hosts_load(int in_chroot);
Dstatic-services.h23 void static_service_load(int in_chroot);
Dstatic-hosts.c170 void static_hosts_load(int in_chroot) { in static_hosts_load() argument
Dstatic-services.c669 void static_service_load(int in_chroot) { in static_service_load() argument
700 …if ((globret = glob(in_chroot ? "/services/*.service" : AVAHI_SERVICE_DIR "/*.service", GLOB_ERR, … in static_service_load()