Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/display/
Dmain.cpp225 auto command_func_it = kSubCommands.find(command_str); in DisplayMain() local
226 if (command_func_it == kSubCommands.end()) { in DisplayMain()
232 auto result = command_func_it->second(args); in DisplayMain()