Home
last modified time | relevance | path

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

/device/google/dragon/recovery/updater/
DAndroid.mk9 …ec.c flash_mtd.c flash_device.c vboot_interface.c flash_file.cpp recovery_updater.cpp update_fw.cpp
20 …lash_ec.c flash_mtd.c flash_device.c vboot_interface.c flash_file.cpp recovery_ui.cpp update_fw.cpp
31 …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(Value *fw_file, Value *ec_file, int force);
Drecovery_updater.cpp42 res = update_fw(firmware, ec, 0); in firmware_update()
Dupdate_fw.cpp169 int update_fw(Value *fw_file, Value *ec_file, int force) in update_fw() function
Dfwtool.cpp133 update_fw(&mainv, &ecv, 1); in cmd_update()