Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dnetdb.h71 #define _PATH_HOSTS "/system/etc/hosts" macro
/aosp12/packages/modules/DnsResolver/
H A Dsethostent.cpp54 *hf = fopen(_PATH_HOSTS, "re"); in sethostent_r()
H A Dgetaddrinfo.cpp1473 *hostf = fopen(_PATH_HOSTS, "re"); in _sethtent()
1496 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "re"))) return (NULL); in _gethtent()
/aosp12/bionic/libc/dns/net/
H A Dsethostent.c83 *hf = fopen(_PATH_HOSTS, "re"); in sethostent_r()
H A Dgetaddrinfo.c2034 *hostf = fopen(_PATH_HOSTS, "re"); in _sethtent()
2063 if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "re"))) in _gethtent()