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.c83 *hf = fopen(_PATH_HOSTS, "re"); in sethostent_r()
Dgetaddrinfo.c2034 *hostf = fopen(_PATH_HOSTS, "re"); in _sethtent()
2063 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "re"))) in _gethtent()