Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc67 const std::string OTA_TOOLS = "otatools.zip"; variable
183 has_host_package |= artifact.Name() == OTA_TOOLS; in download_ota_tools()
186 LOG(ERROR) << "Target " << build << " did not have " << OTA_TOOLS; in download_ota_tools()
189 std::string local_path = target_directory + "/" + OTA_TOOLS; in download_ota_tools()
191 if (!build_api->ArtifactToFile(build, OTA_TOOLS, local_path)) { in download_ota_tools()
192 LOG(ERROR) << "Unable to download " << build << ":" << OTA_TOOLS << " to " in download_ota_tools()