Home
last modified time | relevance | path

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

/system/ulib/blobfs/test/
A Dallocated-extent-iterator-test.cpp62 fbl::Vector<Extent> allocated_extents; in NullTest() local
90 fbl::Vector<Extent> allocated_extents; in InlineNodeTest() local
108 for (size_t i = 0; i < allocated_extents.size(); i++) { in InlineNodeTest()
116 ASSERT_TRUE(allocated_extents[i] == *extent); in InlineNodeTest()
121 ASSERT_EQ(allocated_extents.size(), iter.ExtentIndex()); in InlineNodeTest()
133 fbl::Vector<Extent> allocated_extents; in MultiNodeTest() local
152 for (size_t i = 0; i < allocated_extents.size(); i++) { in MultiNodeTest()
166 ASSERT_TRUE(allocated_extents[i] == *extent); in MultiNodeTest()
184 fbl::Vector<Extent> allocated_extents; in BadInodeNextNodeTest() local
257 fbl::Vector<Extent> allocated_extents; in BlockIteratorFragmentedTest() local
[all …]
A Dnode-populator-test.cpp134 fbl::Vector<Extent> allocated_extents; in WalkAllInlineExtentsTest() local
135 CopyExtents(extents, &allocated_extents); in WalkAllInlineExtentsTest()
172 ASSERT_TRUE(allocated_extents[i] == inode->extents[i]); in WalkAllInlineExtentsTest()
198 fbl::Vector<Extent> allocated_extents; in WalkManyNodesTest() local
199 CopyExtents(extents, &allocated_extents); in WalkManyNodesTest()
275 fbl::Vector<Extent> allocated_extents; in WalkManyContainersTest() local
277 CopyExtents(extents, &allocated_extents); in WalkManyContainersTest()
364 fbl::Vector<Extent> allocated_extents; in WalkExtraNodesTest() local
366 CopyExtents(extents, &allocated_extents); in WalkExtraNodesTest()
440 fbl::Vector<Extent> allocated_extents; in WalkExtraExtentsTest() local
[all …]
A Dvector-extent-iterator-test.cpp38 fbl::Vector<Extent> allocated_extents; in NullTest() local
63 fbl::Vector<Extent> allocated_extents; in MultiExtentTest() local

Completed in 9 milliseconds