Searched refs:AllocatableSpace (Results 1 – 5 of 5) sorted by relevance
252 EXPECT_EQ(builder->AllocatableSpace(), allocatable); in TEST_F()260 EXPECT_EQ(builder->AllocatableSpace(), allocatable); in TEST_F()264 EXPECT_EQ(builder->AllocatableSpace(), allocatable); in TEST_F()651 EXPECT_EQ(builder->AllocatableSpace(), 467402752); in TEST_F()
970 uint64_t MetadataBuilder::AllocatableSpace() const { in AllocatableSpace() function in android::fs_mgr::MetadataBuilder
336 uint64_t AllocatableSpace() const;
1038 builder->AllocatableSpace() - builder->UsedSpace() + partition->size(); in CreateDynamicScratch()1061 builder->AllocatableSpace() - builder->UsedSpace() + partition->size(); in CreateDynamicScratch()
889 uint64_t full_space = builder->AllocatableSpace(); in CheckSuperPartitionAllocatableSpace()