Searched refs:GetWipePartitionList (Results 1 – 3 of 3) sorted by relevance
42 std::vector<std::string> GetWipePartitionList(Package* wipe_package) { in GetWipePartitionList() function191 auto partition_list = GetWipePartitionList(wipe_package.get()); in WipeAbDevice()
29 std::vector<std::string> GetWipePartitionList(Package* wipe_package);
104 auto read_partition_list = GetWipePartitionList(package.get()); in TEST()