Home
last modified time | relevance | path

Searched refs:IsOverlayfsSetup (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dmock_device_info.h30 MOCK_METHOD(bool, IsOverlayfsSetup, (), (const, override));
H A Dsnapshot.h103 virtual bool IsOverlayfsSetup() const = 0;
/aosp14/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.h37 bool IsOverlayfsSetup() const override;
H A Ddevice_info.cpp60 bool DeviceInfo::IsOverlayfsSetup() const { in IsOverlayfsSetup() function in android::snapshot::DeviceInfo
H A Dsnapshot.cpp3152 if (device_->IsOverlayfsSetup()) { in CreateUpdateSnapshots()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h91 bool IsOverlayfsSetup() const override { return false; } in IsOverlayfsSetup() function