Searched refs:block_dev (Results 1 – 3 of 3) sorted by relevance
51 const std::string& block_dev = lines[0]; in ParseBlockMapFile() local102 return BlockMapData(block_dev, file_size, blksize, std::move(ranges)); in ParseBlockMapFile()
694 auto block_dev = android::base::Basename(entry.blk_device); in MountMissingSystemPartitions() local695 if (!block_dev_init.InitDmDevice(block_dev)) { in MountMissingSystemPartitions()696 LOG(ERROR) << "Failed to find device-mapper node: " << block_dev; in MountMissingSystemPartitions()
251 def __init__(self, partition_size, block_dev, fec_supported, signer_path, argument255 self.block_device = block_dev