OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtd_erase_blocks
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/mtdutils/
mtdutils.h
56
off_t
mtd_erase_blocks
(MtdWriteContext *, int blocks); /* 0 ok, -1 for all */
mtdutils.c
505
off_t
mtd_erase_blocks
(MtdWriteContext *ctx, int blocks)
function
550
if (
mtd_erase_blocks
(ctx, 0) == (off_t) -1) r = -1;
/bootable/recovery/
roots.cpp
262
} else if (
mtd_erase_blocks
(write, -1) == (off_t) -1) {
/bootable/recovery/updater/
install.c
251
if (
mtd_erase_blocks
(ctx, -1) == -1) {
804
if (
mtd_erase_blocks
(ctx, -1) == -1) {
[
all
...]
/bootable/recovery/applypatch/
applypatch.c
411
if (
mtd_erase_blocks
(ctx, -1) < 0) {
Completed in 276 milliseconds