9 #ifndef ZYPP_NG_MEDIASETFACADE_INCLUDED 10 #define ZYPP_NG_MEDIASETFACADE_INCLUDED 13 #include <zypp-media/ng/Provide> 32 MediaSyncFacadeRef
parent()
const;
35 const std::optional<zypp::Pathname> &
localPath()
const;
39 AttachedSyncMediaInfo_Ptr
_data;
103 return [ providerRef=std::move(provider), targetPath = targetPath ](
Res &&file ){
105 return providerRef->copyFile( std::move(file), targetPath );
int assert_dir(const Pathname &path, unsigned mode)
Like 'mkdir -p'.
DEFINE_PTR_TYPE(AttachedSyncMediaInfo)
ZYPP_FWD_DECL_TYPE_WITH_REFS(Context)
Pathname dirname() const
Return all but the last component od this path.