Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/network/
Dent.c9 #define HOST_FILE_PATH "/etc/hosts" macro
95 if (!hd->hostf && !(hd->hostf = fopen(HOST_FILE_PATH, "r"))) { in gethostent()