Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.h73 bool GetVendorFingerprint(FastbootDevice* device, const std::vector<std::string>& args,
Dvariables.cpp489 bool GetVendorFingerprint(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVendorFingerprint() function
Dcommands.cpp145 {FB_VAR_VENDOR_FINGERPRINT, {GetVendorFingerprint, nullptr}}, in GetVarHandler()