Searched refs:ListPartitions (Results 1 – 3 of 3) sorted by relevance
84 std::vector<std::string> ListPartitions(FastbootDevice* device);
404 auto partitions = ListPartitions(device); in GetAllPartitionArgsWithSlot()412 auto partitions = ListPartitions(device); in GetAllPartitionArgsNoSlot()
159 std::vector<std::string> ListPartitions(FastbootDevice* device) { in ListPartitions() function