Searched refs:AllocatableSpace (Results 1 – 6 of 6) sorted by relevance
243 EXPECT_EQ(builder->AllocatableSpace(), allocatable); in TEST_F()251 EXPECT_EQ(builder->AllocatableSpace(), allocatable); in TEST_F()255 EXPECT_EQ(builder->AllocatableSpace(), allocatable); in TEST_F()670 EXPECT_EQ(builder->AllocatableSpace(), 467238912); in TEST_F()
826 uint64_t MetadataBuilder::AllocatableSpace() const { in AllocatableSpace() function in android::fs_mgr::MetadataBuilder
323 uint64_t allocatable_space = builder->AllocatableSpace(); in UpdatePartitionMetadata()
179 EXPECT_GE(builder->AllocatableSpace(), kDefaultGroupSize * 2); in NewFakeMetadata()
263 uint64_t AllocatableSpace() const;
689 builder->AllocatableSpace() - builder->UsedSpace() + partition->size(); in fs_mgr_overlayfs_create_scratch()