Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.cc556 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()
Dutils.h186 std::string MakePartitionNameForMount(const std::string& part_name);
/system/core/fastboot/
Dfastboot.cpp105 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()