Home
last modified time | relevance | path

Searched refs:partition_type (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/updater/
Dinstall.c55 char* partition_type; in MountFn() local
58 if (ReadArgs(state, argv, 4, &fs_type, &partition_type, in MountFn()
67 if (strlen(partition_type) == 0) { in MountFn()
95 if (strcmp(partition_type, "MTD") == 0) { in MountFn()
125 free(partition_type); in MountFn()
204 char* partition_type; in FormatFn() local
209 … if (ReadArgs(state, argv, 5, &fs_type, &partition_type, &location, &fs_size, &mount_point) < 0) { in FormatFn()
217 if (strlen(partition_type) == 0) { in FormatFn()
232 if (strcmp(partition_type, "MTD") == 0) { in FormatFn()
272 name, fs_type, partition_type); in FormatFn()
[all …]