Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.h95 inline std::string product_components() const { in product_components() function
96 return image_props_.product_components; in product_components()
98 inline void set_product_components(const std::string& product_components) { in set_product_components() argument
99 image_props_.product_components = product_components; in set_product_components()
Dimage_properties.h45 std::string product_components; member
Dimage_properties_android.cc196 utils::ReadFile(kProductComponentsPath, &result.product_components); in LoadImageProperties()
Domaha_request_action.cc257 string product_components; member
343 if (!params->ShouldPowerwash() && !app_data.product_components.empty()) { in GetAppXml()
345 if (store.LoadFromString(app_data.product_components)) { in GetAppXml()
364 << app_data.product_components; in GetAppXml()
419 .product_components = params->product_components()}; in GetRequestXml()