Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp136 const auto block_boundary = de.start_block() + de.num_blocks(); in WriteExtent() local
137 for (auto b = de.start_block(); b < block_boundary; ++b) { in WriteExtent()
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc1970 uint16_t block_boundary; in rw_t2t_update_attributes() local
2003 block_boundary = (offset + 1) % T2T_BLOCK_LEN; in rw_t2t_update_attributes()
2004 if (block_boundary) { in rw_t2t_update_attributes()
2018 num_internal_bytes = T2T_BLOCK_LEN - block_boundary; in rw_t2t_update_attributes()