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/
Dgethnamaddr.c902 rs->hostf = fopen(_PATH_HOSTS, "r" ); in _sethtent()
928 if (!rs->hostf && !(rs->hostf = fopen(_PATH_HOSTS, "r" ))) { in _gethtent()
/bionic/libc/dns/net/
Dgetaddrinfo.c2020 *hostf = fopen(_PATH_HOSTS, "r" ); in _sethtent()
2049 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "r" ))) in _gethtent()