#include "common_bundle.h"#include <basis/array.cpp>#include <basis/byte_array.h>#include <basis/portable.h>#include <data_struct/string_table.h>#include <opsystem/application_shell.h>#include <opsystem/byte_filer.h>#include <opsystem/command_line.h>#include <loggers/console_logger.h>#include <opsystem/directory.h>#include <opsystem/filename.h>#include <loggers/file_logger.h>#include <opsystem/filetime.h>#include <opsystem/ini_config.h>#include <opsystem/path_configuration.h>#include <data_struct/static_memory_gremlin.h>#include <textual/byte_format.h>#include <textual/list_parsing.h>#include <textual/parser_bits.h>#include <textual/tokenizer.h>#include <stdio.h>#include <sys/stat.h>#include <zlib.h>Include dependency graph for bundle_creator.cpp:

Go to the source code of this file.
Defines | |
| #define | BASE_LOG(to_print) program_wide_logger().log(to_print) |
| #define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger(), to_print) |
| #define | FAIL_RETURN(retval, where) |
| #define | BAIL(retval) |
Functions | |
| bool | true_value (const istring &value) |
Variables | |
| const int | CHUNKING_SIZE = 256 * KILOBYTE |
| #define BAIL | ( | retval | ) |
Value:
final_return = retval; \
toc.zap_index(i); \
_manifest_list.zap(i, i); \
i--; \
continue
| #define BASE_LOG | ( | to_print | ) | program_wide_logger().log(to_print) |
Definition at line 53 of file bundle_creator.cpp.
| #define FAIL_RETURN | ( | retval, | |||
| where | ) |
Value:
Definition at line 60 of file bundle_creator.cpp.
| #define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), to_print) |
Definition at line 54 of file bundle_creator.cpp.
| bool true_value | ( | const istring & | value | ) | [inline] |
Definition at line 67 of file bundle_creator.cpp.
| const int CHUNKING_SIZE = 256 * KILOBYTE |
Definition at line 50 of file bundle_creator.cpp.
1.5.1