OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtd_read_close
(Results
1 - 7
of
7
) sorted by null
/bootable/recovery/mtdutils/
mtdutils.h
51
void
mtd_read_close
(MtdReadContext *);
flash_image.c
92
mtd_read_close
(in);
mtdutils.c
361
void
mtd_read_close
(MtdReadContext *ctx)
function
/system/update_engine/payload_consumer/
mtd_file_descriptor.h
53
std::unique_ptr<MtdReadContext, decltype(&
mtd_read_close
)> read_ctx_;
mtd_file_descriptor.cc
96
: read_ctx_(nullptr, &
mtd_read_close
),
/external/vboot_reference/futility/
dump_kernel_config_lib.c
170
mtd_read_close
(ctx);
/bootable/recovery/applypatch/
applypatch.cpp
239
mtd_read_close
(ctx);
[
all
...]
Completed in 839 milliseconds