OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actual_host_name
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
sockets.c
813
const char*
actual_host_name
= "localhost";
local
821
actual_host_name
= host_name;
833
return sock_address_list_create(
actual_host_name
, port_name, flags);
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.c
817
const char*
actual_host_name
= "localhost";
local
825
actual_host_name
= host_name;
837
return sock_address_list_create(
actual_host_name
, port_name, flags);
[
all
...]
Completed in 131 milliseconds