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.h26 MOCK_METHOD(std::string, GetMetadataDir, (), (const, override));
Dsnapshot.h95 virtual std::string GetMetadataDir() const = 0;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.h33 std::string GetMetadataDir() const override;
Ddevice_info.cpp41 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.cpp1371 metadata_dir_ = test_device->GetMetadataDir(); in SetUp()
1417 metadata_dir_ = test_device->GetMetadataDir(); in TEST_F()
Dsnapshot.cpp103 metadata_dir_ = device_->GetMetadataDir(); in SnapshotManager()
2522 auto ret = AutoUnmountDevice::New(device_->GetMetadataDir()); in EnsureMetadataMounted()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h81 std::string GetMetadataDir() const override { return "/metadata/ota/test"s; } in GetMetadataDir() function