Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dutility.cpp255 if (!KernelSupportsCompressedSnapshots()) { in CanUseUserspaceSnapshots()
285 bool KernelSupportsCompressedSnapshots() { in KernelSupportsCompressedSnapshots() function
H A Dutility.h130 bool KernelSupportsCompressedSnapshots();
H A Dsnapshot_test.cpp169 snapuserd_required_ = KernelSupportsCompressedSnapshots(); in SetupProperties()
193 if (snapuserd_required_ && !KernelSupportsCompressedSnapshots()) { in DeviceSupportsMode()
H A Dsnapshot.cpp3233 } else if (!KernelSupportsCompressedSnapshots()) { in CreateUpdateSnapshots()