Searched refs:BlockDeviceNew (Results 1 – 2 of 2) sorted by relevance
/external/crosvm/disk/src/ |
D | disk.rs | 35 BlockDeviceNew(base::Error), enumerator 126 BlockDeviceNew(e) => write!(f, "failed to create block device: {}", e), in fmt()
|
/external/crosvm/src/ |
D | linux.rs | 94 BlockDeviceNew(base::Error), enumerator 214 BlockDeviceNew(e) => write!(f, "failed to create block device: {}", e), in fmt() 525 .map_err(Error::BlockDeviceNew)?, in create_block_device() 539 .map_err(Error::BlockDeviceNew)?, in create_block_device()
|