Home
last modified time | relevance | path

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

/device/google/dragon/recovery/updater/
DAndroid.mk15 update_fw.cpp
44 …c.c flash_mtd.c flash_device.c vboot_interface.c debug_ec.c flash_file.cpp fwtool.cpp update_fw.cpp
Dupdate_fw.h22 int update_fw(const Value *fw_file, const Value *ec_file, int force);
Drecovery_updater.cpp46 int res = update_fw(firmware, ec, 0); in firmware_update()
Dupdate_fw.cpp169 int update_fw(const Value *fw_file, const Value *ec_file, int force) in update_fw() function
Dfwtool.cpp130 update_fw(&mainv, &ecv, 1); in cmd_update()