OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtd_mount_partition
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/mtdutils/
mtdutils.h
35
int
mtd_mount_partition
(const MtdPartition *partition, const char *mount_point,
mtdutils.c
193
mtd_mount_partition
(const MtdPartition *partition, const char *mount_point,
function
/bootable/recovery/
roots.cpp
114
return
mtd_mount_partition
(partition, v->mount_point, v->fs_type, 0);
/bootable/recovery/updater/
install.c
160
if (
mtd_mount_partition
(mtd, mount_point, fs_type, 0 /* rw */) != 0) {
[
all
...]
Completed in 206 milliseconds