Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1472 std::string partition_type, partition_size; in fb_perform_format() local
1488 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() local
1784 … if (fb->GetVar("partition-type:" + partition, &partition_type) == fastboot::SUCCESS && in Main()
[all …]
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp183 std::string partition_type; in TEST_F() local
186 if (fb->GetVar("partition-type:super", &partition_type) == SUCCESS) { in TEST_F()