HomeSort by relevance Sort by last modified time
    Searched refs:MTD (Results 1 - 6 of 6) 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.
  /build/tools/releasetools/
edify_generator.py 122 """Check that the given file (or MTD reference) has one of the
131 """Check that the given file (or MTD reference) has one of the
224 if partition_type == "MTD":
  /bootable/recovery/applypatch/
applypatch.c 57 // A special 'filename' beginning with "MTD:" or "EMMC:" means to
59 if (strncmp(filename, "MTD:", 4) == 0 ||
123 // Load the contents of an MTD or EMMC partition into the provided
125 // "MTD:<partition_name>:<size_1>:<sha1_1>:<size_2>:<sha1_2>:..." (or
138 enum PartitionType { MTD, EMMC };
146 if (strcmp(magic, "MTD") == 0) {
147 type = MTD;
194 case MTD:
200 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
201 if (mtd == NULL)
389 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 111 milliseconds