Searched defs:remote_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc261 GURL remote_url = GetFaviconURLFromSpecifics(iter->GetSpecifics()); local
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp242 ProcessKDP::DoConnectRemote (Stream *strm, const char *remote_url) argument
251 if (remote_url == NULL || remote_url[0] == '\0')
253 error.SetErrorStringWithFormat ("invalid connection URL '%s'", remote_url);
265 if (conn_ap->Connect(remote_url, &error) == eConnectionStatusSuccess)
348 error.SetErrorStringWithFormat ("failed to connect to '%s'", remote_url);
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp1168 const char *remote_url = command.GetArgumentAtIndex(0); local
1173 error = process->ConnectRemote (&process->GetTarget().GetDebugger().GetOutputStream(), remote_url);
1186 remote_url);
/external/lldb/include/lldb/Target/
H A DProcess.h1793 /// @param[in] remote_url
1800 ConnectRemote (Stream *strm, const char *remote_url);
2036 /// @param[in] remote_url
2043 DoConnectRemote (Stream *strm, const char *remote_url) argument

Completed in 1740 milliseconds