HomeSort by relevance Sort by last modified time
    Searched refs:host_str (Results 1 - 5 of 5) 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/dbus/dbus/
dbus-server-socket.c 402 DBusString host_str; local
442 _dbus_string_init_const (&host_str, host);
444 !_dbus_address_append_escaped (&address, &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 159 milliseconds