Home
last modified time | relevance | path

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

/external/avahi/avahi-daemon/
Dstatic-services.h23 void static_service_load(int in_chroot);
Dmain.c1004 static_service_load(config.use_chroot); in reload_config()
1007 static_service_load(0); in reload_config()
1243 static_service_load(config.use_chroot); in run_server()
1246 static_service_load(0); in run_server()
Dstatic-services.c669 void static_service_load(int in_chroot) { in static_service_load() function