Searched refs:_PATH_RESOLVER_DIR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/configd-699.1.5/dnsinfo/
H A Ddnsinfo_create.h45 #ifndef _PATH_RESOLVER_DIR
46 #define _PATH_RESOLVER_DIR "/etc/resolver" macro
H A Ddnsinfo_flatfile.c542 dp = opendir(_PATH_RESOLVER_DIR);
551 res = _dnsinfo_flatfile_create_resolver(_PATH_RESOLVER_DIR, de->d_name);
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c1576 CFStringRef key = CFSTR(_PATH_RESOLVER_DIR);
1582 resolvers_now = (stat(_PATH_RESOLVER_DIR, &statbuf) == 0);
1591 my_log(LOG_DEBUG, _PATH_RESOLVER_DIR " changed");
1614 status = notify_register_mach_port(_PATH_RESOLVER_DIR, &notify_port, 0, &notify_token);
1620 status = notify_monitor_file(notify_token, "/private" _PATH_RESOLVER_DIR, 0);
H A Dip_plugin.c7432 else if (CFEqual(change, CFSTR(_PATH_RESOLVER_DIR))) {

Completed in 191 milliseconds