Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.h70 bool GetCpuAbi(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
Dvariables.cpp474 bool GetCpuAbi(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetCpuAbi() function
Dcommands.cpp143 {FB_VAR_CPU_ABI, {GetCpuAbi, nullptr}}, in GetVarHandler()