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.cc114 unique_ptr<brillo::Process> http_server(new brillo::ProcessImpl()); in PythonHttpServer() local
115 http_server->AddArg(test_utils::GetBuildArtifactsPath("test_http_server")); in PythonHttpServer()
116 http_server->RedirectUsingPipe(STDOUT_FILENO, false); in PythonHttpServer()
118 if (!http_server->Start()) { in PythonHttpServer()
122 LOG(INFO) << "started http server with pid " << http_server->pid(); in PythonHttpServer()
126 http_server->GetPipe(STDOUT_FILENO), false /* own */, nullptr); in PythonHttpServer()
160 http_server_ = std::move(http_server); in PythonHttpServer()