Home
last modified time | relevance | path

Searched refs:http_server (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/common/
Dhttp_fetcher_unittest.cc120 unique_ptr<brillo::Process> http_server(new brillo::ProcessImpl()); in PythonHttpServer() local
121 http_server->AddArg(test_utils::GetBuildArtifactsPath("test_http_server")); in PythonHttpServer()
122 http_server->RedirectUsingPipe(STDOUT_FILENO, false); in PythonHttpServer()
124 if (!http_server->Start()) { in PythonHttpServer()
128 LOG(INFO) << "started http server with pid " << http_server->pid(); in PythonHttpServer()
132 http_server->GetPipe(STDOUT_FILENO), false /* own */, nullptr); in PythonHttpServer()
166 http_server_ = std::move(http_server); in PythonHttpServer()