Home
last modified time | relevance | path

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

/device/google/dragon/recovery/updater/
Dfwtool.cpp124 Value mainv, ecv; in cmd_update() local
129 mainv.type = VAL_STRING; in cmd_update()
130 mainv.data = const_cast<char*>(argv[1]); in cmd_update()
133 update_fw(&mainv, &ecv, 1); in cmd_update()