Home
last modified time | relevance | path

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

/system/ulib/inspect/include/lib/inspect/
A Dheap.h81 return GetType(b) == BlockType::kFree && GetOrder(b) == expected_order; in IsFreeBlock()
A Dblock.h125 constexpr BlockType GetType(const Block* block) { in GetType() function
/system/utest/blobfs/
A Dblobfs-test.h54 FsTestType GetType() const { in GetType() function
A Dblobfs.cpp960 if (blobfsTest->GetType() == FsTestType::kFvm) { in TestDiskTooSmall()
1026 ASSERT_EQ(blobfsTest->GetType(), FsTestType::kFvm); in TestQueryInfo()
2290 ASSERT_EQ(blobfsTest->GetType(), FsTestType::kFvm); in ResizePartition()
2335 ASSERT_EQ(blobfsTest->GetType(), FsTestType::kFvm); in CorruptAtMount()
2658 if (blobfsTest->GetType() == FsTestType::kFvm) { in TestFailedWrite()
/system/ulib/inspect/
A Dheap.cpp100 while (GetType(buddy) == BlockType::kFree && GetOrder(block) < kNumOrders - 1 && in Free()
/system/ulib/inspect/test/
A Dheap_tests.cpp40 ret.push_back({index, GetType(block), GetOrder(block)}); in dump()

Completed in 13 milliseconds