Home | History | Annotate | Download | only in applypatch

Lines Matching refs:EMMC

57     // A special 'filename' beginning with "MTD:" or "EMMC:" means to
60 strncmp(filename, "EMMC:", 5) == 0) {
123 // Load the contents of an MTD or EMMC partition into the provided
126 // "EMMC:<partition_device>:..."). The smallest size_n bytes for
138 enum PartitionType { MTD, EMMC };
148 } else if (strcmp(magic, "EMMC") == 0) {
149 type = EMMC;
215 case EMMC:
218 printf("failed to open emmc partition \"%s\": %s\n",
245 case EMMC:
290 case EMMC:
359 // "MTD:<partition>[:...]" or "EMMC:<partition_device>:". Return 0 on
369 } else if (strcmp(magic, "EMMC") == 0) {
370 type = EMMC;
423 case EMMC:
836 strncmp(target_filename, "EMMC:", 5) == 0) {
878 strncmp(source_filename, "EMMC:", 5) == 0) {
923 strncmp(target_filename, "EMMC:", 5) == 0) {