Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dtask.cpp291 std::string partition_type; in Run() local
292 if (fp_->fb->GetVar("partition-type:" + pname_, &partition_type) != fastboot::SUCCESS) { in Run()
296 if (partition_type.empty()) return; in Run()
301 fb_perform_format(pname_, 1, partition_type, "", fp_->fs_options); in Run()
H A Dfastboot.cpp1147 std::string partition_type; in has_vbmeta_partition() local
1148 return fb->GetVar("partition-type:vbmeta", &partition_type) == fastboot::SUCCESS || in has_vbmeta_partition()
2026 std::string partition_type, partition_size; in fb_perform_format() local
2047 if (partition_type != type_override) { in fb_perform_format()
2049 partition.c_str(), partition_type.c_str(), type_override.c_str()); in fb_perform_format()
2051 partition_type = type_override; in fb_perform_format()
2067 gen = fs_get_generator(partition_type); in fb_perform_format()
2413 std::string partition_type; in Main() local
2414 if (fb->GetVar("partition-type:" + partition, &partition_type) == in Main()
2416 fs_get_generator(partition_type) != nullptr) { in Main()
[all …]
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp185 std::string partition_type; in TEST_F() local
188 if (fb->GetVar("partition-type:super", &partition_type) == SUCCESS) { in TEST_F()