Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dmock_device_info.h25 MOCK_METHOD(std::string, GetMetadataDir, (), (const, override));
H A Dsnapshot.h98 virtual std::string GetMetadataDir() const = 0;
/aosp14/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.h32 std::string GetMetadataDir() const override;
H A Ddevice_info.cpp40 std::string DeviceInfo::GetMetadataDir() const { in GetMetadataDir() function in android::snapshot::DeviceInfo
H A Dsnapshot_test.cpp1950 metadata_dir_ = test_device->GetMetadataDir(); in SetUp()
1997 metadata_dir_ = test_device->GetMetadataDir(); in TEST_F()
H A Dsnapshot.cpp121 : dm_(device->GetDeviceMapper()), device_(device), metadata_dir_(device_->GetMetadataDir()) { in SnapshotManager()
3838 auto ret = AutoUnmountDevice::New(device_->GetMetadataDir()); in EnsureMetadataMounted()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h80 std::string GetMetadataDir() const override { return "/metadata/ota/test"s; } in GetMetadataDir() function