Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c1845 TCHAR systemDirectory[MAX_PATH]; in InHostsTable() local
1849 GetSystemDirectory( systemDirectory, sizeof( systemDirectory ) ); in InHostsTable()
1850 sprintf( hFileName, "%s\\drivers\\etc\\hosts", systemDirectory ); in InHostsTable()