Searched refs:artifacts (Results 1 – 2 of 2) sorted by relevance
77 const std::vector<Artifact>& artifacts) { in TargetBuildZipFromArtifacts() argument81 for (const auto& artifact : artifacts) { in TargetBuildZipFromArtifacts()93 auto artifacts = build_api->Artifacts(build); in download_images() local94 std::string img_zip_name = TargetBuildZipFromArtifacts(build, "img", artifacts); in download_images()126 auto artifacts = build_api->Artifacts(build); in download_target_files() local127 std::string target_zip = TargetBuildZipFromArtifacts(build, "target_files", artifacts); in download_target_files()144 auto artifacts = build_api->Artifacts(build); in download_host_package() local146 for (const auto& artifact : artifacts) { in download_host_package()180 auto artifacts = build_api->Artifacts(build); in download_ota_tools() local182 for (const auto& artifact : artifacts) { in download_ota_tools()
136 std::vector<Artifact> artifacts; in Artifacts() local138 artifacts.emplace_back(artifact_json); in Artifacts()140 return artifacts; in Artifacts()152 std::vector<Artifact> artifacts; in Artifacts() local157 artifacts.emplace_back(std::string(entity->d_name)); in Artifacts()160 return artifacts; in Artifacts()