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

  /bootable/recovery/updater/
install.c 43 // mount(fs_type, partition_type, location, mount_point)
45 // fs_type="yaffs2" partition_type="MTD" location=partition
46 // fs_type="ext4" partition_type="EMMC" location=device
53 char* partition_type; local
56 if (ReadArgs(state, argv, 4, &fs_type, &partition_type,
65 if (strlen(partition_type) == 0) {
66 ErrorAbort(state, "partition_type argument to %s() can't be empty",
81 if (strcmp(partition_type, "MTD") == 0) {
111 free(partition_type);
177 // format(fs_type, partition_type, location
187 char* partition_type; local
    [all...]
  /build/tools/releasetools/
edify_generator.py 209 partition_type = common.PARTITION_TYPES[p.fs_type]
211 if partition_type == "MTD":
216 elif partition_type == "EMMC":

Completed in 485 milliseconds