OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boot_partition
(Results
1 - 3
of
3
) sorted by null
/device/asus/fugu/recovery/
recovery_updater.cpp
147
char
boot_partition
[FILE_PATH_SIZE];
local
169
snprintf(
boot_partition
, FILE_PATH_SIZE, "/dev/block/mmcblk0boot%d", boot_index);
173
fprintf(stderr, "write_umip_emmc: unable to force_ro %s\n",
boot_partition
);
176
boot_fd = open(
boot_partition
, O_RDWR);
178
fprintf(stderr, "write_umip_emmc: failed to open %s\n",
boot_partition
);
/external/mmc-utils/
mmc.c
94
"bootpart enable", "<
boot_partition
> " "<send_ack> " "<device>\n"
/docs/source.android.com/src/security/verifiedboot/
verified-boot.jd
337
<h3 id=
boot_partition
>Boot partition</h3>
Completed in 2194 milliseconds