Home | History | Annotate | Download | only in update_engine

Lines Matching refs:product_components

212   string product_components;
292 if (!params->ShouldPowerwash() && !app_data.product_components.empty()) {
294 if (store.LoadFromString(app_data.product_components)) {
303 << " in product_components.";
312 LOG(ERROR) << "Failed to parse product_components:\n"
313 << app_data.product_components;
365 .product_components = params->product_components()};