Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1701 auto super_bdev_name = android::fs_mgr::GetBlockDevicePartitionName(*super_device); in wipe_super() local
1703 if (super_bdev_name != "super") { in wipe_super()
1717 auto image_path = temp_dir.path + "/"s + super_bdev_name + ".img"; in wipe_super()