HomeSort by relevance Sort by last modified time
    Searched refs:MTD (Results 1 - 2 of 2) sorted by null

  /external/yaffs2/yaffs2/
Kconfig 8 depends on MTD
38 the ones from the generic MTD-NAND driver.
143 will erase the MTD device before mounting the filesystem.
  /bootable/recovery/applypatch/
applypatch.c 50 // A special 'filename' beginning with "MTD:" or "EMMC:" means to
52 if (strncmp(filename, "MTD:", 4) == 0 ||
121 // Load the contents of an MTD or EMMC partition into the provided
123 // "MTD:<partition_name>:<size_1>:<sha1_1>:<size_2>:<sha1_2>:..." (or
136 enum PartitionType { MTD, EMMC };
144 if (strcmp(magic, "MTD") == 0) {
145 type = MTD;
192 case MTD:
198 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
199 if (mtd == NULL)
387 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
    [all...]

Completed in 31 milliseconds