Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp564 uint32_t data_end = std::min(io->data_size, uint32_t(buffer.size())); in GetTable() local
566 if (cursor + sizeof(struct dm_target_spec) > data_end) { in GetTable()
574 uint32_t next_cursor = std::min(io->data_start + spec->next, data_end); in GetTable()