HomeSort by relevance Sort by last modified time
    Searched refs:product_components (Results 1 - 4 of 4) sorted by null

  /system/update_engine/
image_properties.h 45 std::string product_components; member in struct:chromeos_update_engine::ImageProperties
omaha_request_params.h 133 inline std::string product_components() const { function in class:chromeos_update_engine::OmahaRequestParams
134 return image_props_.product_components;
136 inline void set_product_components(const std::string& product_components) {
137 image_props_.product_components = product_components;
omaha_request_action.cc 212 string product_components; member in struct:chromeos_update_engine::__anon3822::OmahaAppData
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()};
    [all...]
image_properties_android.cc 51 // The path to the product_components file which stores the version of each
53 const char kProductComponentsPath[] = "/oem/os-release.d/product_components";
192 utils::ReadFile(kProductComponentsPath, &result.product_components);

Completed in 70 milliseconds