Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp91 static bool DeviceMapperStackPop(const std::string& bdev, std::string* bdev_raw) { in DeviceMapperStackPop() argument
92 *bdev_raw = bdev; in DeviceMapperStackPop()
167 return DeviceMapperStackPop(bdev_next, bdev_raw); in DeviceMapperStackPop()
185 std::string bdev_raw; in GetBlockDeviceForFile() local
186 if (!DeviceMapperStackPop(bdev, &bdev_raw)) { in GetBlockDeviceForFile()
192 *uses_dm = (bdev_raw != bdev); in GetBlockDeviceForFile()
195 LOG(DEBUG) << "Popped device (" << bdev_raw << ") from device mapper stack starting with (" in GetBlockDeviceForFile()
198 *bdev_path = ::android::base::StringPrintf("/dev/block/%s", bdev_raw.c_str()); in GetBlockDeviceForFile()