Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h396 static bool IsABDevice();
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp105 bool IsABDevice() { in IsABDevice() function
119 if (!IsABDevice() && android::base::GetBoolProperty(kPreferCacheBackingStorageProp, false) && in OverlayMountPoints()
/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder.cpp714 if (IsABDevice() && ShouldHalveSuper() && GetPartitionSlotSuffix(partition->name()) == "_b") { in GrowPartition()
1214 bool MetadataBuilder::IsABDevice() { in IsABDevice() function in android::fs_mgr::MetadataBuilder