#include "directory.h"#include "filename.h"#include "filename_list.h"#include "heavy_file_ops.h"#include "huge_file.h"#include <basis/function.h>#include <basis/guards.h>#include <basis/log_base.h>Include dependency graph for heavy_file_ops.cpp:

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

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Functions | |
| bool | advance (const filename_list &to_transfer, file_transfer_header &last_action) |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 31 of file heavy_file_ops.cpp.
| bool advance | ( | const filename_list & | to_transfer, | |
| file_transfer_header & | last_action | |||
| ) |
Definition at line 169 of file heavy_file_ops.cpp.
References file_transfer_header::_byte_start, file_transfer_header::_filename, file_transfer_header::_length, amorph< contents >::elements(), amorph< contents >::get(), filename_list::locate(), negative(), and filename::raw().
Referenced by heavy_file_operations::buffer_files().
1.5.1