Searched refs:boundPath (Results 1 – 1 of 1) sorted by relevance
102 static char* boundPath = NULL; variable104 static char* boundPath = MDNS_UDS_SERVERPATH; variable394 boundPath = MDNS_UDS_SERVERPATH_DEBUG; in SetDebugBoundPath()401 return !strcmp(boundPath, MDNS_UDS_SERVERPATH_DEBUG); in IsDebugSocketInUse()5175 unlink(boundPath); // OK if this fails in udsserver_init()5182 if (strlen(boundPath) >= sizeof(laddr.sun_path)) in udsserver_init()5187 mDNSPlatformStrLCopy(laddr.sun_path, boundPath, sizeof(laddr.sun_path)); in udsserver_init()5267 if (unlink(boundPath)) in udsserver_exit()