9#ifndef ZYPP_NG_MEDIASETFACADE_INCLUDED
10#define ZYPP_NG_MEDIASETFACADE_INCLUDED
13#include <zypp-media/ng/Provide>
14#include <zypp-media/ng/LazyMediaHandle>
33 MediaSyncFacadeRef
parent()
const;
36 const std::optional<zypp::Pathname> &
localPath()
const;
40 AttachedSyncMediaInfo_Ptr
_data;
110 return [
providerRef=std::move(provider), targetPath = targetPath ](
Res &&file ){
112 return providerRef->copyFile( std::move(file), targetPath );
120 std::vector<zypp::Url> sanitizeUrls(
const std::vector<zypp::Url> &urls)
const;
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Pathname dirname() const
Return all but the last component od this path.
int assert_dir(const Pathname &path, unsigned mode)
Like 'mkdir -p'.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)