Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/install/
H A Dwipe_device.cpp42 std::vector<std::string> GetWipePartitionList(Package* wipe_package) { in GetWipePartitionList() function
191 auto partition_list = GetWipePartitionList(wipe_package.get()); in WipeAbDevice()
/aosp12/bootable/recovery/install/include/install/
H A Dwipe_device.h29 std::vector<std::string> GetWipePartitionList(Package* wipe_package);
/aosp12/bootable/recovery/tests/unit/
H A Dinstall_test.cpp104 auto read_partition_list = GetWipePartitionList(package.get()); in TEST()