Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1129 std::vector<DeviceMapper::TargetInfo> outer_table; in CollapseSnapshotDevice() local
1130 if (!dm.GetTableInfo(name, &outer_table)) { in CollapseSnapshotDevice()
1134 if (outer_table.size() != 2) { in CollapseSnapshotDevice()
1136 << ", got: " << outer_table.size(); in CollapseSnapshotDevice()
1139 for (const auto& target : outer_table) { in CollapseSnapshotDevice()
1147 if (outer_table[0].spec.length != snapshot_sectors) { in CollapseSnapshotDevice()
1149 << " sectors, got: " << outer_table[0].spec.length; in CollapseSnapshotDevice()
1153 uint64_t actual_device_sectors = outer_table[0].spec.length + outer_table[1].spec.length; in CollapseSnapshotDevice()