Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.cpp116 bool DeviceInfo::IsRecovery() const { in IsRecovery() function in android::snapshot::DeviceInfo
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRarHandler.h41 bool IsRecovery() const { return (Flags & NHeader::NArchive::kRecovery) != 0; } in IsRecovery() function
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h94 bool IsRecovery() const override { return recovery_; } in IsRecovery() function
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm.cpp177 static bool IsRecovery() { in IsRecovery() function
/aosp_15_r20/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc1308 bool DynamicPartitionControlAndroid::IsRecovery() { in IsRecovery() function in chromeos_update_engine::DynamicPartitionControlAndroid