Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dmock_device_info.h25 MOCK_METHOD(std::string, GetGsidDir, (), (const, override));
Dsnapshot.h94 virtual std::string GetGsidDir() const = 0;
/system/core/fs_mgr/libsnapshot/
Ddevice_info.h32 std::string GetGsidDir() const override;
Ddevice_info.cpp37 std::string DeviceInfo::GetGsidDir() const { in GetGsidDir() function in android::snapshot::DeviceInfo
Dsnapshot_fuzz_utils.h106 std::string GetGsidDir() const override { return "fuzz_ota"; } in GetGsidDir() function
Dsnapshot.cpp102 gsid_dir_ = device_->GetGsidDir(); in SnapshotManager()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h80 std::string GetGsidDir() const override { return "ota/test"s; } in GetGsidDir() function