Home
last modified time | relevance | path

Searched refs:GetLegacyCompressionEnabledProperty (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dutility.h132 bool GetLegacyCompressionEnabledProperty();
H A Dutility.cpp223 bool GetLegacyCompressionEnabledProperty() { in GetLegacyCompressionEnabledProperty() function
H A Dsnapshot_test.cpp160 if (GetLegacyCompressionEnabledProperty() || CanUseUserspaceSnapshots()) { in SetupProperties()
196 if (!GetLegacyCompressionEnabledProperty() || !snapuserd_required_) { in ShouldSkipLegacyMerging()
H A Dsnapshot.cpp3422 bool legacy_compression = GetLegacyCompressionEnabledProperty(); in CreateUpdateSnapshots()