OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_str
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
app_process_apitest.cc
80
std::string
host_str
("localhost"); // must stay in scope with replace_host
81
replace_host.SetHostStr(
host_str
);
164
std::string
host_str
("localhost"); // must stay in scope with replace_host
165
replace_host.SetHostStr(
host_str
);
isolated_app_apitest.cc
58
std::string
host_str
("localhost"); // Must stay in scope with replace_host.
59
replace_host.SetHostStr(
host_str
);
119
std::string
host_str
("localhost"); // Must stay in scope with replace_host.
120
replace_host.SetHostStr(
host_str
);
/external/qemu/
net-android.c
251
char *
host_str
= str;
local
269
if (parse_host_port(haddr,
host_str
) < 0)
[
all
...]
net.c
218
char *
host_str
= str;
local
236
if (parse_host_port(haddr,
host_str
) < 0)
[
all
...]
Completed in 196 milliseconds