OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_part
(Results
1 - 2
of
2
) sorted by null
/device/google/dragon/recovery/updater/
update_fw.cpp
116
char
cur_part
)
120
const char *rw_name =
cur_part
== 'B' ? "RW_SECTION_A" : "RW_SECTION_B";
121
int try_next =
cur_part
== 'B' ? 0 : 1;
175
char
cur_part
= vboot_get_mainfw_act();
local
181
ALOGD("Running firmware: %s / partition %c\n", version,
cur_part
);
212
if (
cur_part
== 'R') /* Recovery mode */
215
res = update_rw_fw(spi, img,
cur_part
);
fwtool.cpp
188
char
cur_part
= vboot_get_mainfw_act();
local
191
if (
cur_part
== 'A')
193
else if (
cur_part
== 'B')
196
ALOGW("ERROR: Unexpected
cur_part
value\n");
Completed in 46 milliseconds