Searched refs:LocalServerUrlForPath (Results 1 – 1 of 1) sorted by relevance
/system/update_engine/common/ |
D | http_fetcher_unittest.cc | 80 static inline string LocalServerUrlForPath(in_port_t port, in LocalServerUrlForPath() function 282 return LocalServerUrlForPath(port, in BigUrl() 287 return LocalServerUrlForPath(port, "/foo"); in SmallUrl() 290 return LocalServerUrlForPath(port, "/error"); in ErrorUrl() 547 LocalServerUrlForPath(port, "/echo-headers"))); in TYPED_TEST() 769 LocalServerUrlForPath(server->GetPort(), in TYPED_TEST() 871 LocalServerUrlForPath(port, "/hang"))); in TYPED_TEST() 906 LocalServerUrlForPath(port, in TYPED_TEST() 938 LocalServerUrlForPath(port, in TYPED_TEST() 1010 LocalServerUrlForPath(server->GetPort(), url))); in RedirectTest() [all …]
|