Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dinstall.h62 std::vector<std::string> GetWipePartitionList(Package* wipe_package);
/bootable/recovery/
Drecovery.cpp307 std::vector<std::string> GetWipePartitionList(Package* wipe_package) { in GetWipePartitionList() function
370 auto partition_list = GetWipePartitionList(wipe_package.get()); in wipe_ab_device()
/bootable/recovery/tests/component/
Dinstall_test.cpp126 auto read_partition_list = GetWipePartitionList(package.get()); in TEST()