Function find_partition

Source
pub async fn find_partition(
    device_label: String,
    storage_host: bool,
) -> Result<Box<dyn BlockConnector>>
Expand description

Find an existing test partition using the device label and return a block connector for it. If storage-host is enabled, use the new partition service apis from fshost, otherwise fall back to devfs.