Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.h104 inline std::string os_board() const { return image_props_.board; } in os_board() function
Domaha_request_action.cc287 "board=\"" + XmlEncodeWithDefault(params->os_board(), "") + "\" " + in GetAppXml()