Searched refs:_PATH_HOSTS (Results 1 – 3 of 3) sorted by relevance
71 #define _PATH_HOSTS "/system/etc/hosts" macro
67 static const char *_h_hosts = _PATH_HOSTS;
2030 *hostf = fopen(_PATH_HOSTS, "re"); in _sethtent()2059 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "re"))) in _gethtent()