Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dmock_device_info.h25 MOCK_METHOD(std::string, GetMetadataDir, (), (const, override));
Dsnapshot.h100 virtual std::string GetMetadataDir() const = 0;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.h32 std::string GetMetadataDir() const override;
Ddevice_info.cpp39 std::string DeviceInfo::GetMetadataDir() const { in GetMetadataDir() function in android::snapshot::DeviceInfo
Dsnapshot_fuzz_utils.h107 std::string GetMetadataDir() const override { return metadata_dir_; } in GetMetadataDir() function
Dsnapshot_test.cpp1640 metadata_dir_ = test_device->GetMetadataDir(); in SetUp()
1687 metadata_dir_ = test_device->GetMetadataDir(); in TEST_F()
Dsnapshot.cpp118 metadata_dir_ = device_->GetMetadataDir(); in SnapshotManager()
3324 auto ret = AutoUnmountDevice::New(device_->GetMetadataDir()); in EnsureMetadataMounted()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h80 std::string GetMetadataDir() const override { return "/metadata/ota/test"s; } in GetMetadataDir() function