Searched refs:partition_type (Results 1 – 2 of 2) sorted by relevance
1472 std::string partition_type, partition_size; in fb_perform_format() local1488 if (fb->GetVar("partition-type:" + partition, &partition_type) != fastboot::SUCCESS) { in fb_perform_format()1493 if (partition_type != type_override) { in fb_perform_format()1495 partition.c_str(), partition_type.c_str(), type_override.c_str()); in fb_perform_format()1497 partition_type = type_override; in fb_perform_format()1513 gen = fs_get_generator(partition_type); in fb_perform_format()1517 fprintf(stderr, "File system type %s not supported.\n", partition_type.c_str()); in fb_perform_format()1521 partition_type.c_str()); in fb_perform_format()1783 std::string partition_type; in Main() local1784 … if (fb->GetVar("partition-type:" + partition, &partition_type) == fastboot::SUCCESS && in Main()[all …]
183 std::string partition_type; in TEST_F() local186 if (fb->GetVar("partition-type:super", &partition_type) == SUCCESS) { in TEST_F()