Searched refs:partition_type (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/updater/ |
D | install.c | 99 char* partition_type; in MountFn() local 106 if (ReadArgs(state, argv, 5, &fs_type, &partition_type, in MountFn() 112 if (ReadArgs(state, argv, 4, &fs_type, &partition_type, in MountFn() 122 if (strlen(partition_type) == 0) { in MountFn() 150 if (strcmp(partition_type, "MTD") == 0) { in MountFn() 181 free(partition_type); in MountFn() 280 char* partition_type; in FormatFn() local 285 … if (ReadArgs(state, argv, 5, &fs_type, &partition_type, &location, &fs_size, &mount_point) < 0) { in FormatFn() 293 if (strlen(partition_type) == 0) { in FormatFn() 308 if (strcmp(partition_type, "MTD") == 0) { in FormatFn() [all …]
|