Searched refs:GetWipePartitionList (Results 1 – 3 of 3) sorted by relevance
62 std::vector<std::string> GetWipePartitionList(Package* wipe_package);
307 std::vector<std::string> GetWipePartitionList(Package* wipe_package) { in GetWipePartitionList() function370 auto partition_list = GetWipePartitionList(wipe_package.get()); in wipe_ab_device()
126 auto read_partition_list = GetWipePartitionList(package.get()); in TEST()