Home
last modified time | relevance | path

Searched refs:GetProduct (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/device/
Dvariables.h33 bool GetProduct(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
Dvariables.cpp83 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct() function
Dcommands.cpp122 {FB_VAR_PRODUCT, {GetProduct, nullptr}}, in GetVarHandler()