Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2146 if (is_snapshot_userspace_.has_value()) { in UpdateUsesUserSnapshots()
2147 return is_snapshot_userspace_.value(); in UpdateUsesUserSnapshots()
2158 if (is_snapshot_userspace_.has_value()) { in UpdateUsesUserSnapshots()
2159 return is_snapshot_userspace_.value(); in UpdateUsesUserSnapshots()
2163 is_snapshot_userspace_ = update_status.userspace_snapshots(); in UpdateUsesUserSnapshots()
2164 return is_snapshot_userspace_.value(); in UpdateUsesUserSnapshots()
3337 is_snapshot_userspace_.emplace(userspace_snapshots); in CreateUpdateSnapshots()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h840 std::optional<bool> is_snapshot_userspace_; variable