Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp410 uint64_t segment_size = std::min(file_sectors, sectors_needed); in MapWithLoopDeviceList() local
412 table.Emplace<DmTargetLinear>(start_sector, segment_size, block_device, 0); in MapWithLoopDeviceList()
414 start_sector += segment_size; in MapWithLoopDeviceList()
415 sectors_needed -= segment_size; in MapWithLoopDeviceList()