Home
last modified time | relevance | path

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

/external/testng/bin/
Dmaster.bat1 testng -hostfile test\hosts.properties -d test\test-output %1 %2 %3 %4 %5 test\testng.xml
/external/openssh/
DAndroid.mk43 hostfile.c \
DOVERVIEW89 known hosts files using code in hostfile.c. Code in canohost.c
DChangeLog2071 adapt to recent hostfile.c change: when parsing
2903 unit tests for hostfile.c code, just hostkeys_foreach so
5874 [hostfile.c key.c key.h krl.c monitor.c packet.c rsa.c rsa.h
6280 [auth.c authfd.c authfile.c bufaux.c cipher.c cipher.h hostfile.c]
7017 [channels.c cipher-chachapoly.c clientloop.c configure.ac hostfile.c]
7102 [Makefile.in digest.c digest.h hostfile.c kex.h mac.c hmac.c hmac.h]
/external/libevent/
Devdns.c3538 static const char hostfile[] = "\\drivers\\etc\\hosts"; in evdns_get_default_hosts_filename() local
3544 len_out = strlen(path)+strlen(hostfile); in evdns_get_default_hosts_filename()
3546 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile); in evdns_get_default_hosts_filename()