Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dmock_device_info.h31 MOCK_METHOD(bool, IsOverlayfsSetup, (), (const, override));
Dsnapshot.h100 virtual bool IsOverlayfsSetup() const = 0;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.h38 bool IsOverlayfsSetup() const override;
Ddevice_info.cpp61 bool DeviceInfo::IsOverlayfsSetup() const { in IsOverlayfsSetup() function in android::snapshot::DeviceInfo
Dsnapshot_fuzz_utils.h119 bool IsOverlayfsSetup() const override { return data_->is_overlayfs_setup(); } in IsOverlayfsSetup() function
Dsnapshot.cpp2142 if (device_->IsOverlayfsSetup()) { in CreateUpdateSnapshots()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h92 bool IsOverlayfsSetup() const override { return false; } in IsOverlayfsSetup() function