Searched refs:part_name (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/common/ |
D | utils.cc | 556 string MakePartitionNameForMount(const string& part_name) { in MakePartitionNameForMount() argument 557 if (IsMtdDeviceName(part_name)) { in MakePartitionNameForMount() 559 if (!SplitPartitionName(part_name, nullptr, &partition_num)) { in MakePartitionNameForMount() 564 return part_name; in MakePartitionNameForMount()
|
D | utils.h | 186 std::string MakePartitionNameForMount(const std::string& part_name);
|
/system/core/fastboot/ |
D | fastboot.cpp | 105 char part_name[9]; member 1135 do_for_partitions(transport, images[i].part_name, slot, update, false); in do_update() 1211 do_for_partitions(transport, images[i].part_name, slot, flashall, false); in do_flashall()
|