![]() |
CernVM-FS
2.12.0
|
#include <string>
#include "catalog.h"
#include "crypto/hash.h"
#include "lease_path_util.h"
#include "manifest.h"
#include "options.h"
#include "upload.h"
#include "util/exception.h"
#include "util/logging.h"
#include "util/posix.h"
#include "util/raii_temp_dir.h"
Go to the source code of this file.
Namespaces | |
receiver | |
Functions | |
PathString | MakeRelative (const PathString &path) |
void | SplitHardlink (catalog::DirectoryEntry *entry) |
void | AbortIfHardlinked (const catalog::DirectoryEntry &entry) |
|
inline |
Definition at line 42 of file catalog_merge_tool_impl.h.
Referenced by receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::ReportModification(), and receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::ReportRemoval().
|
inline |
This file is part of the CernVM File System.
Definition at line 21 of file catalog_merge_tool_impl.h.
Referenced by receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::IsIgnoredPath(), receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::IsReportablePath(), receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::ReportAddition(), receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::ReportModification(), and receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::ReportRemoval().
|
inline |
Definition at line 32 of file catalog_merge_tool_impl.h.
Referenced by receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::ReportAddition(), and receiver::CatalogMergeTool< RwCatalogMgr, RoCatalogMgr >::ReportModification().