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()656 EXPECT_EQ(builder->AllocatableSpace(), 467402752); in TEST_F()
975 uint64_t MetadataBuilder::AllocatableSpace() const { in AllocatableSpace() function in android::fs_mgr::MetadataBuilder
336 uint64_t AllocatableSpace() const;
979 builder->AllocatableSpace() - builder->UsedSpace() + partition->size(); in CreateDynamicScratch()1002 builder->AllocatableSpace() - builder->UsedSpace() + partition->size(); in CreateDynamicScratch()
809 uint64_t allocatable_space = builder->AllocatableSpace(); in UpdatePartitionMetadata()