Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp2122 auto super_bdev_name = android::fs_mgr::GetBlockDevicePartitionName(*super_device); in wipe_super() local
2124 if (super_bdev_name != "super") { in wipe_super()
2138 auto image_path = std::string(temp_dir.path) + "/" + std::string(super_bdev_name) + ".img"; in wipe_super()