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

  /device/asus/tilapia/
releasetools.py 82 mount("ext4", "EMMC", "%s", "/radio"),
  /bootable/recovery/applypatch/
applypatch.c 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
    [all...]

Completed in 133 milliseconds