Home
last modified time | relevance | path

Searched defs:GetMetadataDir (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.cpp40 std::string DeviceInfo::GetMetadataDir() const { in GetMetadataDir() function in android::snapshot::DeviceInfo
/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