Searched refs:partition_type (Results 1 – 2 of 2) sorted by relevance
1023 std::string partition_type; in has_vbmeta_partition() local1024 return fb->GetVar("partition-type:vbmeta", &partition_type) == fastboot::SUCCESS || in has_vbmeta_partition()1025 fb->GetVar("partition-type:vbmeta_a", &partition_type) == fastboot::SUCCESS || in has_vbmeta_partition()1026 fb->GetVar("partition-type:vbmeta_b", &partition_type) == fastboot::SUCCESS; in has_vbmeta_partition()1704 std::string partition_type, partition_size; in fb_perform_format() local1720 if (fb->GetVar("partition-type:" + partition, &partition_type) != fastboot::SUCCESS) { in fb_perform_format()1725 if (partition_type != type_override) { in fb_perform_format()1727 partition.c_str(), partition_type.c_str(), type_override.c_str()); in fb_perform_format()1729 partition_type = type_override; in fb_perform_format()1745 gen = fs_get_generator(partition_type); in fb_perform_format()[all …]
185 std::string partition_type; in TEST_F() local188 if (fb->GetVar("partition-type:super", &partition_type) == SUCCESS) { in TEST_F()