Home
last modified time | relevance | path

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

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