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
31
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.c
176
return
mtd_mount_partition
(partition, v->mount_point, v->fs_type, 0);
/bootable/recovery/updater/
install.c
94
if (
mtd_mount_partition
(mtd, mount_point, fs_type, 0 /* rw */) != 0) {
[
all
...]
Completed in 16 milliseconds