#include "file_transfer_infoton.h"#include "file_transfer_tentacle.h"#include "recursive_file_copy.h"#include <basis/guards.h>#include <basis/log_base.h>#include <octopus/entity_defs.h>#include <octopus/octopus.h>#include <opsystem/application_shell.h>#include <loggers/console_logger.h>#include <opsystem/directory.h>#include <opsystem/directory_tree.h>#include <opsystem/filename.h>#include <opsystem/filename_list.h>#include <opsystem/heavy_file_ops.h>#include <opsystem/huge_file.h>#include <data_struct/static_memory_gremlin.h>#include <textual/string_manipulation.h>Include dependency graph for recursive_file_copy.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | FAKE_HOSTNAME "internal_fake_host" |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
| #define | RETURN_ERROR_RFC(msg, err) |
Variables | |
| const int | MAX_CHUNK_RFC_COPY_HIER = 1 * MEGABYTE |
| #define FAKE_HOSTNAME "internal_fake_host" |
Definition at line 39 of file recursive_file_copy.cpp.
Referenced by recursive_file_copy::copy_hierarchy().
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 42 of file recursive_file_copy.cpp.
| #define RETURN_ERROR_RFC | ( | msg, | |||
| err | ) |
Value:
{ \
LOG(msg); \
return err; \
}
Definition at line 52 of file recursive_file_copy.cpp.
Referenced by recursive_file_copy::copy_hierarchy().
| const int MAX_CHUNK_RFC_COPY_HIER = 1 * MEGABYTE |
Definition at line 44 of file recursive_file_copy.cpp.
Referenced by recursive_file_copy::copy_hierarchy().
1.5.1