Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1152 uint64_t expected_device_sectors = status.device_size() / kSectorSize; in CollapseSnapshotDevice() local
1154 if (expected_device_sectors != actual_device_sectors) { in CollapseSnapshotDevice()
1155 LOG(ERROR) << "Outer device " << name << " should have " << expected_device_sectors in CollapseSnapshotDevice()