OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_fw
(Results
1 - 5
of
5
) sorted by null
/device/google/dragon/recovery/updater/
update_fw.h
22
int
update_fw
(Value *fw_file, Value *ec_file, int force);
Android.mk
9
LOCAL_SRC_FILES := flash_ec.c flash_mtd.c flash_device.c vboot_interface.c flash_file.cpp recovery_updater.cpp
update_fw
.cpp
20
LOCAL_SRC_FILES := flash_ec.c flash_mtd.c flash_device.c vboot_interface.c flash_file.cpp recovery_ui.cpp
update_fw
.cpp
31
LOCAL_SRC_FILES := flash_ec.c flash_mtd.c flash_device.c vboot_interface.c debug_ec.c flash_file.cpp fwtool.cpp
update_fw
.cpp
recovery_updater.cpp
24
#include "
update_fw
.h"
42
res =
update_fw
(firmware, ec, 0);
update_fw.cpp
29
#include "
update_fw
.h"
169
int
update_fw
(Value *fw_file, Value *ec_file, int force)
function
fwtool.cpp
30
#include "
update_fw
.h"
133
update_fw
(&mainv, &ecv, 1);
Completed in 359 milliseconds