Home
last modified time | relevance | path

Searched defs:IsRecovery (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.cpp99 bool DeviceInfo::IsRecovery() const { in IsRecovery() function in android::snapshot::DeviceInfo
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h92 bool IsRecovery() const override { return recovery_; } in IsRecovery() function
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp170 static bool IsRecovery() { in IsRecovery() function