Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1470 const std::string& type_override, const std::string& size_override, in fb_perform_format() argument
1492 if (!type_override.empty()) { 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()
1802 std::string type_override; in Main() local
1803 if (pieces.size() > 1) type_override = pieces[1].c_str(); in Main()
1810 fb_perform_format(partition, 0, type_override, size_override, ""); in Main()