Searched refs:EMMC (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/applypatch/
H A Dapplypatch.c55 // A special 'filename' beginning with "MTD:" or "EMMC:" means to
58 strncmp(filename, "EMMC:", 5) == 0) {
107 // Load the contents of an MTD or EMMC partition into the provided
110 // "EMMC:<partition_device>:..."). The smallest size_n bytes for
122 enum PartitionType { MTD, EMMC }; enumerator in enum:PartitionType
132 } else if (strcmp(magic, "EMMC") == 0) {
133 type = EMMC;
199 case EMMC:
229 case EMMC:
274 case EMMC
[all...]

Completed in 76 milliseconds