#include "common_bundle.h"#include <basis/array.cpp>#include <basis/byte_array.h>#include <basis/guards.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/heavy_file_ops.h>#include <data_struct/static_memory_gremlin.h>#include <textual/parser_bits.h>#include <textual/tokenizer.h>#include <win_ext/window_classist.h>#include <stdio.h>#include <sys/stat.h>#include <zlib.h>#include <utime.h>Include dependency graph for unpacker_stub.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) STAMPED_EMERGENCY_LOG(program_wide_logger(), to_print) |
Functions | |
| void | show_message (const istring &msg, const istring &title) |
Variables | |
| const int | CHUNKING_SIZE = 64 * KILOBYTE |
| const char * | ERROR_TITLE = "An Error Caused Incomplete Installation" |
| byte | MANIFEST_OFFSET_ARRAY [] = { 'm', 'u', 'f', 't', 'i', 'l', 'o', 'c', 0, 0, 0, 0, 0, 0, 0, 0 } |
| #define BASE_LOG | ( | to_print | ) | program_wide_logger().log(to_print) |
Definition at line 52 of file unpacker_stub.cpp.
| #define LOG | ( | to_print | ) | STAMPED_EMERGENCY_LOG(program_wide_logger(), to_print) |
Definition at line 53 of file unpacker_stub.cpp.
| const int CHUNKING_SIZE = 64 * KILOBYTE |
Definition at line 49 of file unpacker_stub.cpp.
| const char* ERROR_TITLE = "An Error Caused Incomplete Installation" |
Definition at line 58 of file unpacker_stub.cpp.
| byte MANIFEST_OFFSET_ARRAY[] = { 'm', 'u', 'f', 't', 'i', 'l', 'o', 'c', 0, 0, 0, 0, 0, 0, 0, 0 } |
Definition at line 127 of file unpacker_stub.cpp.
1.5.1