Searched refs:type_override (Results 1 – 3 of 3) sorted by relevance
/system/core/fastboot/ |
D | fastboot.h | 165 const std::string& type_override, const std::string& size_override,
|
D | fastboot.cpp | 2024 const std::string& type_override, const std::string& size_override, in fb_perform_format() argument 2046 if (!type_override.empty()) { in fb_perform_format() 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() 2433 std::string type_override; in Main() local 2434 if (pieces.size() > 1) type_override = pieces[1].c_str(); in Main() 2441 fb_perform_format(partition, 0, type_override, size_override, fp->fs_options); in Main()
|
/system/chre/chpp/api_parser/ |
D | README.md | 115 "type_override": "uint32_t"
|