Home
last modified time | relevance | path

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

/system/ulib/blobfs/include/blobfs/
A Dallocator.h143 bool CheckBlocksUnallocated(uint64_t start_block, uint64_t end_block) const;
/system/ulib/blobfs/
A Dallocator.cpp167 ZX_DEBUG_ASSERT(CheckBlocksUnallocated(start, end)); in MarkBlocksAllocated()
235 bool Allocator::CheckBlocksUnallocated(uint64_t start_block, uint64_t end_block) const { in CheckBlocksUnallocated() function in blobfs::Allocator

Completed in 5 milliseconds