Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.cpp166 auto found_variable = kVariableMap.find(args[1]); in GetVarHandler() local
167 if (found_variable == kVariableMap.end()) { in GetVarHandler()
173 if (!found_variable->second.get(device, getvar_args, &message)) { in GetVarHandler()