Home
last modified time | relevance | path

Searched defs:IsBlockAligned (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_verify.h73 bool IsBlockAligned(uint64_t read_size) { return ((read_size & (BLOCK_SZ - 1)) == 0); } in IsBlockAligned() function
Dread_worker.h60 constexpr bool IsBlockAligned(size_t size) { return ((size & (BLOCK_SZ - 1)) == 0); } in IsBlockAligned() function
Dsnapuserd_core.h193 bool IsBlockAligned(uint64_t read_size) { return ((read_size & (BLOCK_SZ - 1)) == 0); } in IsBlockAligned() function
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_v3.h85 constexpr bool IsBlockAligned(const size_t size) { in IsBlockAligned() function
Dcreate_cow.cpp95 bool IsBlockAligned(uint64_t read_size) { return ((read_size & (BLOCK_SZ - 1)) == 0); } in IsBlockAligned() function in android::snapshot::CreateSnapshot