Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/otautil/
H A Dsysutil.cpp51 const std::string& block_dev = lines[0]; in ParseBlockMapFile() local
102 return BlockMapData(block_dev, file_size, blksize, std::move(ranges)); in ParseBlockMapFile()
/aosp12/system/core/init/
H A Dselinux.cpp694 auto block_dev = android::base::Basename(entry.blk_device); in MountMissingSystemPartitions() local
695 if (!block_dev_init.InitDmDevice(block_dev)) { in MountMissingSystemPartitions()
696 LOG(ERROR) << "Failed to find device-mapper node: " << block_dev; in MountMissingSystemPartitions()
/aosp12/build/make/tools/releasetools/
H A Dverity_utils.py251 def __init__(self, partition_size, block_dev, fec_supported, signer_path, argument
255 self.block_device = block_dev