Searched refs:type_override (Results 1 – 3 of 3) sorted by relevance
/system/core/fastboot/ |
D | fastboot.h | 194 const std::string& type_override, const std::string& size_override,
|
D | fastboot.cpp | 2007 const std::string& type_override, const std::string& size_override, in fb_perform_format() argument 2029 if (!type_override.empty()) { in fb_perform_format() 2030 if (partition_type != type_override) { in fb_perform_format() 2032 partition.c_str(), partition_type.c_str(), type_override.c_str()); in fb_perform_format() 2034 partition_type = type_override; in fb_perform_format() 2439 std::string type_override; in Main() local 2440 if (pieces.size() > 1) type_override = pieces[1].c_str(); in Main() 2447 fb_perform_format(partition, 0, type_override, size_override, fp->fs_options, in Main()
|
/system/chre/api_parser/ |
D | README.md | 115 "type_override": "uint32_t"
|