Aktualizr
C++ SOTA Client
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
+
Functions
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Variables
Enumerations
+
Files
File List
+
File Members
All
Functions
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
src
libaktualizr
package_manager
ostreereposync.h
1
#ifndef OSTREEREPOSYNC_H_
2
#define OSTREEREPOSYNC_H_
3
4
#include <string>
5
6
namespace
boost
{
7
namespace
filesystem {
8
class
path;
9
}
// namespace filesystem
10
}
// namespace boost
11
12
namespace
ostree_repo_sync
{
13
14
bool
ArchiveModeRepo(
const
boost::filesystem::path& tmp_repo_dir);
15
bool
LocalPullRepo(
const
boost::filesystem::path& src_repo_dir,
const
boost::filesystem::path& dst_repo_dir,
16
const
std::string& =
""
);
17
boost::filesystem::path GetOstreeRepoPath(
const
boost::filesystem::path& ostree_sysroot_path);
18
19
}
// namespace ostree_repo_sync
20
21
#endif // OSTREEREPOSYNC_H_
boost
Definition:
ostreereposync.h:6
ostree_repo_sync
Definition:
ostreereposync.cc:23
Generated by
1.8.13