Home
last modified time | relevance | path

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

/bionic/libc/include/
Dnetdb.h71 #define _PATH_HOSTS "/system/etc/hosts" macro
/bionic/libc/dns/net/
Dsethostent.c67 static const char *_h_hosts = _PATH_HOSTS;
Dgetaddrinfo.c2012 *hostf = fopen(_PATH_HOSTS, "re"); in _sethtent()
2041 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "re"))) in _gethtent()