Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.h35 bool GetSecure(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
Dvariables.cpp95 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure() function
Dcommands.cpp125 {FB_VAR_SECURE, {GetSecure, nullptr}}, in GetVarHandler()