Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dutility.h84 std::vector<std::string> ListPartitions(FastbootDevice* device);
Dvariables.cpp404 auto partitions = ListPartitions(device); in GetAllPartitionArgsWithSlot()
412 auto partitions = ListPartitions(device); in GetAllPartitionArgsNoSlot()
Dutility.cpp159 std::vector<std::string> ListPartitions(FastbootDevice* device) { in ListPartitions() function