Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dmock_device_info.h30 MOCK_METHOD(bool, IsOverlayfsSetup, (), (const, override));
H A Dsnapshot.h105 virtual bool IsOverlayfsSetup() const = 0;
/aosp12/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.h37 bool IsOverlayfsSetup() const override;
H A Ddevice_info.cpp59 bool DeviceInfo::IsOverlayfsSetup() const { in IsOverlayfsSetup() function in android::snapshot::DeviceInfo
H A Dsnapshot_fuzz_utils.h119 bool IsOverlayfsSetup() const override { return data_->is_overlayfs_setup(); } in IsOverlayfsSetup() function
H A Dsnapshot.cpp2748 if (device_->IsOverlayfsSetup()) { in CreateUpdateSnapshots()
/aosp12/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h91 bool IsOverlayfsSetup() const override { return false; } in IsOverlayfsSetup() function