Searched refs:ListPartitions (Results 1 – 3 of 3) sorted by relevance
127 std::vector<std::string> ListPartitions(FastbootDevice* device);
390 auto partitions = ListPartitions(device); in GetAllPartitionArgsWithSlot()398 auto partitions = ListPartitions(device); in GetAllPartitionArgsNoSlot()
150 std::vector<std::string> ListPartitions(FastbootDevice* device) { in ListPartitions() function