Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.h34 bool GetSerial(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
Dvariables.cpp89 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial() function
Dcommands.cpp123 {FB_VAR_SERIALNO, {GetSerial, nullptr}}, in GetVarHandler()