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

  /device/asus/tilapia/
releasetools.py 86 mount("ext4", "EMMC", "%s", "/radio"),
  /bootable/recovery/applypatch/
applypatch.c 55 // 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 };
132 } else if (strcmp(magic, "EMMC") == 0) {
133 type = EMMC;
199 case EMMC:
202 printf("failed to open emmc partition \"%s\": %s\n",
229 case EMMC
    [all...]
  /build/tools/releasetools/
edify_generator.py 283 elif partition_type == "EMMC":

Completed in 366 milliseconds