Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1702 const std::string& type_override, const std::string& size_override, in fb_perform_format() argument
1724 if (!type_override.empty()) { 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()
2109 std::string type_override; in Main() local
2110 if (pieces.size() > 1) type_override = pieces[1].c_str(); in Main()
2117 fb_perform_format(partition, 0, type_override, size_override, "", fs_options); in Main()
/system/chre/chpp/api_parser/
DREADME.md115 "type_override": "uint32_t"