feisty meow concerns codebase
2.140
|
#include "common_bundle.h"
#include <application/command_line.h>
#include <application/hoople_main.h>
#include <application/window_classist.h>
#include <basis/array.h>
#include <basis/byte_array.h>
#include <basis/environment.h>
#include <basis/guards.h>
#include <basis/utf_conversion.h>
#include <configuration/application_configuration.h>
#include <configuration/variable_tokenizer.h>
#include <filesystem/byte_filer.h>
#include <filesystem/directory.h>
#include <filesystem/filename.h>
#include <filesystem/file_time.h>
#include <filesystem/heavy_file_ops.h>
#include <loggers/console_logger.h>
#include <loggers/critical_events.h>
#include <loggers/file_logger.h>
#include <processes/launch_process.h>
#include <structures/static_memory_gremlin.h>
#include <structures/string_table.h>
#include <textual/parser_bits.h>
#include <stdio.h>
#include <sys/stat.h>
#include <zlib.h>
#include <utime.h>
Go to the source code of this file.
Macros | |
#define | BASE_LOG(to_print) program_wide_logger::get().log(to_print, ALWAYS_PRINT) |
#define | LOG(to_print) STAMPED_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Functions | |
void | show_message (const astring &msg, const astring &title) |
astring | find_unique_backup_name (astring original_file) |
Variables | |
const int | CHUNKING_SIZE = 64 * KILOBYTE |
const astring | TARGET_WORD = "TARGET" |
const astring | LOGDIR_WORD = "LOGDIR" |
const char * | ERROR_TITLE = "An Error Caused Incomplete Installation" |
abyte | 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::get().log(to_print, ALWAYS_PRINT) |
Definition at line 70 of file unpacker_stub.cpp.
#define LOG | ( | to_print | ) | STAMPED_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Definition at line 71 of file unpacker_stub.cpp.
Definition at line 140 of file unpacker_stub.cpp.
References filesystem::filename::exists().
Definition at line 99 of file unpacker_stub.cpp.
References BASE_LOG, and basis::astring::length().
const int CHUNKING_SIZE = 64 * KILOBYTE |
Definition at line 64 of file unpacker_stub.cpp.
const char* ERROR_TITLE = "An Error Caused Incomplete Installation" |
Definition at line 76 of file unpacker_stub.cpp.
const astring LOGDIR_WORD = "LOGDIR" |
Definition at line 68 of file unpacker_stub.cpp.
abyte MANIFEST_OFFSET_ARRAY[] = { 'm', 'u', 'f', 't', 'i', 'l', 'o', 'c', 0, 0, 0, 0, 0, 0, 0, 0 } |
Definition at line 163 of file unpacker_stub.cpp.
const astring TARGET_WORD = "TARGET" |
Definition at line 67 of file unpacker_stub.cpp.