Searched refs:partition_list_content (Results 1 – 1 of 1) sorted by relevance
51 std::string partition_list_content; in GetWipePartitionList() local55 partition_list_content = std::string(length, '\0'); in GetWipePartitionList()57 zip, &entry, reinterpret_cast<uint8_t*>(partition_list_content.data()), length); in GetWipePartitionList()68 if (!android::base::ReadFileToString(RECOVERY_WIPE_ON_DEVICE, &partition_list_content)) { in GetWipePartitionList()75 auto lines = android::base::Split(partition_list_content, "\n"); in GetWipePartitionList()