Searched refs:partition_type (Results 1 – 1 of 1) sorted by relevance
777 std::string partition_type; in needs_erase() local778 if (!fb_getvar(transport, std::string("partition-type:") + partition, &partition_type)) { in needs_erase()781 return partition_type == "ext4"; in needs_erase()1162 std::string partition_type, partition_size; in fb_perform_format() local1177 if (!fb_getvar(transport, std::string("partition-type:") + partition, &partition_type)) { in fb_perform_format()1182 if (partition_type != type_override) { in fb_perform_format()1184 partition, partition_type.c_str(), type_override); in fb_perform_format()1186 partition_type = type_override; in fb_perform_format()1206 gen = fs_get_generator(partition_type); in fb_perform_format()1210 fprintf(stderr, "File system type %s not supported.\n", partition_type.c_str()); in fb_perform_format()[all …]