Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dutility.h127 std::vector<std::string> ListPartitions(FastbootDevice* device);
H A Dvariables.cpp390 auto partitions = ListPartitions(device); in GetAllPartitionArgsWithSlot()
398 auto partitions = ListPartitions(device); in GetAllPartitionArgsNoSlot()
H A Dutility.cpp150 std::vector<std::string> ListPartitions(FastbootDevice* device) { in ListPartitions() function