Home
last modified time | relevance | path

Searched refs:IsUserspaceSnapshotsEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_daemon.h43 bool IsUserspaceSnapshotsEnabled();
H A Dsnapuserd_daemon.cpp36 bool Daemon::IsUserspaceSnapshotsEnabled() { in IsUserspaceSnapshotsEnabled() function in android::snapshot::Daemon
68 user_snapshots = (!IsDmSnapshotTestingEnabled() && IsUserspaceSnapshotsEnabled()); in StartDaemon()